Security shortcut (new to security)

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

Guest

I have a shortcut on my desktop that enables me to login to the DB. Other
administrators assigned can't use the same shortcut, is there something I am
missing here? Is there an add-in required to use this shortcut?
 
Right-click your shortcut and choose properties. Examine the contents of
the target line. It'll take the pattern of
<path to msaccess.exe> <path to mdb> /wrkgrp >path to secure mdw>

If it's not working for other users, it's because the paths to msaccess.exe,
the mdb, or the secure mdw are different for them.
 
Back
Top