Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.23 KB

Access.Application.SetDefaultWorkgroupFile.md

File metadata and controls

56 lines (32 loc) · 1.23 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.SetDefaultWorkgroupFile method (Access)
vbaac10.chm12595
vbaac10.chm12595
Access.Application.SetDefaultWorkgroupFile
64dc24a0-e6dc-685f-620a-463417e8a25d
02/05/2019
medium

Application.SetDefaultWorkgroupFile method (Access)

Sets the default workgroup file to the specified file.

Syntax

expression.SetDefaultWorkgroupFile (Path)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Path Required String The full path and file name of the workgroup file to use as the default.

Return value

Nothing

Remarks

If the file specified by Path does not exist, an error occurs.

Example

The following example sets the default workgroup file to the file system.mdw in the directory C:\Documents and Settings\Wendy Vasse\Application Data\Microsoft\Access.

Application.SetDefaultWorkgroupFile _ 
 Path:="C:\Documents and Settings\Wendy Vasse\" _ 
 & "Application Data\Microsoft\Access\system.mdw"

[!includeSupport and feedback]