ACCESS logon prompt

  • Thread starter Thread starter Will
  • Start date Start date
W

Will

This sounds trivial, but how can I ensure the logon prompt
displays with a blank user for each logon attempt, rather
than the last user ? Thanks.
 
Change the shortcut path syntax just slightly:

"C:\Program Files\Microsoft Office\Office\msaccess.exe" /User""
C:\Program.mdb /wrkgrp C:\Program\MyOwn.mdw

(just an example)

Notice the two quote marks immediately after the word User.
Now the user name field will not show the last user who logged into the
database.

That should do it.
Jeff Conrad
Bend, Oregon
 
Back
Top