Registry key to set .mdw file

B

Bruce M. Thompson

Is there a registry key that can be set to tie to a
specific .mdw?

You need only include the /wrkgrp switch, with the path and filename to the MDW
file, in your shortcut's command line (watch for line wrap - it's all on one
line):

{msaccess.exe} "C:\database\MyApp.mdb" /wrkgrp "C:\database\workgroup.mdw"

"{msaccess.exe}" needs to be replaced with a full path and filename reference to
the Access application file.
 
Top