roccogrand said:
I have copied an app from one machine to another. On the source, the
app was on the desktop and so was security.mdw.
Where (folder) do I need to copy security.mdw in order to regain
access to the app on the new machine?
Environ:
Acc 2003
WinXP
Thanks
LDN
Access itself chooses the MDW file not the MDB you are opening. If one is
not specified as a command line argument then the default workgroup for the
current Windows User is used. On a default install of Office that would be
the System.mdw file stored at whatever the default location is (varies from
one Office version to the next).
You can use the Workgroup Administrator Utility to see what the current
default workgroup file and location is and also to change the default to a
different one. However; the standard advice is to leave the user's default
workgroup alone and create a shortcut that specifies the desired workgroup
as a command line argument. The syntax of that is...
"path to MSAccess.exe" /wrkgrp "path to MDW" "path to MDB"