Application.SetDefaultWorkgroupFile (Access)

Sets the default workgroup file to the specified file.

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

SetDefaultWorkgroupFile (Path)

Path: The full path and file name of the workgroup file to use as the default.


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