B
Bob
I'm helping assess some enhancements needed for an Access/SQL Server
application. The Access part has a set of client facing forms and reports,
and pulls data from the SQL Server. What I'm not familiar with is the user
level security in Access. The mdb file looks for the mdw file for user
security info. How can I break this authentication link so the mdb file can
be opened without any security restrictions. I have the admin pwd.
I'm not even sure if the above would solve my real problem. When the
application runs on the client network (the mdw file on a network drive with
user's domain account info), using the admin pwd can gain exclusive access
to the mdb file, so the macros/VBA codes can be changed. However, when I
run them on my local PC (after adding my local login to mdw using
wkrgadm.exe so it would prompt me to login) using the admin pwd, it keeps
saying "You do not have exclusive access to the database at this time..." in
a popup message box when I try to edit any VBA code. Autoexec macro doesn't
show up in the Macro list either. I tried holding Shift key when opening
the mbd file but no help. That's why I think it may have something to do
with the security, but if I'm wrong, I'd appreciate any suggestions.
Thanks
Bob
application. The Access part has a set of client facing forms and reports,
and pulls data from the SQL Server. What I'm not familiar with is the user
level security in Access. The mdb file looks for the mdw file for user
security info. How can I break this authentication link so the mdb file can
be opened without any security restrictions. I have the admin pwd.
I'm not even sure if the above would solve my real problem. When the
application runs on the client network (the mdw file on a network drive with
user's domain account info), using the admin pwd can gain exclusive access
to the mdb file, so the macros/VBA codes can be changed. However, when I
run them on my local PC (after adding my local login to mdw using
wkrgadm.exe so it would prompt me to login) using the admin pwd, it keeps
saying "You do not have exclusive access to the database at this time..." in
a popup message box when I try to edit any VBA code. Autoexec macro doesn't
show up in the Macro list either. I tried holding Shift key when opening
the mbd file but no help. That's why I think it may have something to do
with the security, but if I'm wrong, I'd appreciate any suggestions.
Thanks
Bob