A family of Microsoft relational database management systems designed for ease of use.
Hi,
It prevents the login prompt from popping up. This means you are silently logged in as 'Admin', and it's likely that this user doesn't have permission to open the mdb.
To remove security properly...
- put a password back on the Admin user
- close Access and reopen your database using the proper mdw and logging in
as a member of the Admins group.
- Give full permissions on all objects to the Users Group.
- Close Access and reopen it using the standard system.mdw (no login)
- Create a new mdb and import all objects from your mdb.
This new mdb will be unsecured
Sincerely