So I have a weird issue that I hope somebody has seen before.
I have an Access database that has a security workgroup file. I created a shortcut that has the following target...
"C:\Program Files\Microsoft Office\OFFICE11 \MSACCESS.EXE" "\\*.mdb" /WRKGRP "\\*.mdw"
The * represent the associated path and filenames. Up until today this has worked correctly and required the user to login. Today when I tried to login today it told me I didn't have permissions to use the database and when I clicked User and Group Accounts it said I was logged in under the Admin account(which has no permissions).
To work around this I changed the path to:
"C:\Program Files\Microsoft Office\OFFICE11 \MSACCESS.EXE" "\\*.mdb" /WRKGRP "\\*.mdw" /user
Which forced the user to login.
Has anybody every seen this problem before?
James
I have an Access database that has a security workgroup file. I created a shortcut that has the following target...
"C:\Program Files\Microsoft Office\OFFICE11 \MSACCESS.EXE" "\\*.mdb" /WRKGRP "\\*.mdw"
The * represent the associated path and filenames. Up until today this has worked correctly and required the user to login. Today when I tried to login today it told me I didn't have permissions to use the database and when I clicked User and Group Accounts it said I was logged in under the Admin account(which has no permissions).
To work around this I changed the path to:
"C:\Program Files\Microsoft Office\OFFICE11 \MSACCESS.EXE" "\\*.mdb" /WRKGRP "\\*.mdw" /user
Which forced the user to login.
Has anybody every seen this problem before?
James
Comment