Mark said:
Hello, I was doing a database and trying to put passwords on the
database just to monitor access to the db. problem is that somehow I
put a password on the entire access program and now I can't open the
program at all. Any ideas?
It sounds to me as though you were playing with the standard system.mdw
workgroup file that ships with Access. You need to undo everything you've
done.
Access uses a workgroup file for every session. It silently logs you in as
'Admin', using this system.mdw workgroup. Once you set a password for the
Admin user, the login is no longer silent - that is why you are now getting
a login dialog every time you open Access.
You should log in as Admin, using the password you set for this user. Then
remove all the groups/users you created. Ensure that Admin is a member of
the Admins Group. Then clear the password for the Admin user.
Implementing security is not trivial. You should download and study the FAQ
available at
http://support.microsoft.com/?id=207793
Follow every step outlined or your database won't be secure.
Even once you understand it (or think you do), work/test on a copy.