auto exec macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have set up user groups, now how do I get access to ask for user name when
then open up the database
 
You will need to create a shortcut that opens the database with the specified
workgroup, I recommend you search for the "/wrkgrp" open parameter in your
help file for a detailed explanation, if your users are accessing your
database from a network, you'll need to move the database and the workgroup
file in a network folder,
 
I searched for "/wrkgrp" and could not find anything, I also searched for
parameter and foound some stuff there was alot of info....

Also the user's will be accessing the database thru a network
 
You can also specify the appropriate workgroup in a shortcut. You do this
using the following code in the Target field of the shortcut

/wrkgrp "N:\Common Folder\WorkgroupFile.mdw"

Where N:\Common Folder\ is the location of the security file named -
WorkgroupFile.mdw.
 
Back
Top