I was given a database to update and am running into the following
problem:
The database appears to have been secured using Access security (it is
an MDB, not MDE). Every form etc that I try to open (in the
development environment) gives me 2 messages:
1) "You do not have exclusive access to the database at this time
etc."
2) "You don't have permission to read frmWhatever... etc."
I suspect the issue might be compounded by the fact that the database
contains many tables that are linked to a SQL Server database that I
do not (yet) have running in my environment.
When I open the database (not in design mode) and the startup form
appears... it appears to have me logged on as Admin (without prompting
me further... this information appears on the startup form).
When I look at Security settings in design mode - it lists my Current
User name as Admin. According to User and Group Accounts information,
Admin is part of the Admins and Users groups.
I cannot, however, do anything in the database and the person who
originally created the database is long gone and the database users do
not have any helpful information (they were not even aware a SQL
Server database is being accessed).
Any ideas how to unsecure the database or to figure out why Admin is
not able to act as one - would be appreciated!
Aliza
problem:
The database appears to have been secured using Access security (it is
an MDB, not MDE). Every form etc that I try to open (in the
development environment) gives me 2 messages:
1) "You do not have exclusive access to the database at this time
etc."
2) "You don't have permission to read frmWhatever... etc."
I suspect the issue might be compounded by the fact that the database
contains many tables that are linked to a SQL Server database that I
do not (yet) have running in my environment.
When I open the database (not in design mode) and the startup form
appears... it appears to have me logged on as Admin (without prompting
me further... this information appears on the startup form).
When I look at Security settings in design mode - it lists my Current
User name as Admin. According to User and Group Accounts information,
Admin is part of the Admins and Users groups.
I cannot, however, do anything in the database and the person who
originally created the database is long gone and the database users do
not have any helpful information (they were not even aware a SQL
Server database is being accessed).
Any ideas how to unsecure the database or to figure out why Admin is
not able to act as one - would be appreciated!
Aliza
Comment