I created a desktop shortcut with "C:\Program Files\Microsoft
Office\MSAccess.exe" "C:\My Documents\CopyAToB.mdb" /pwd "password:
The trouble is that when running this shortcut, it prompts first for a
Logon, asking for user name and password -- then it prompts for the database
password. (Two password prompts).
I am using very simple Access security -- no special user groups, etc...just
a simple password to open the MDB file. To solve, I tried the shortcut below
but it still does not work
I created a desktop shortcut with "C:\Program Files\Microsoft
Office\MSAccess.exe" "C:\My Documents\CopyAToB.mdb" /user "Admin" /pwd " "
/pwd "password:
How can I address this password issue?