To explain a bit further...
The test database that I have built to learn security was used with the
Security Step by Step by Joan Wild. It is using the test.mdw that was
created.
Now every db I open is using this security. I did not want this.
The last part of the tutorial said to open Access (without opening a db) and
switch back to system.mdw. When I did this I can open all mdb's with out
having to log in. Including the test db. The only way to log into the test
db sucured is via the shortcut.
It seems that either all or none of the mdb's have log in security, unless
the shortcut is used. I am so confused.
Access always uses workgroup security, even right out of the box. In a default installation, you are actually being
logged in as the Admin user, with no password, and you're using the system.mdw workgroup file. There is one user in the
system.mdw file (Admin) and that user is a member of the Admins and Users group. That user is also the owner of all
objects, including any databases, that are built.
So ULS consists of two files: the workgroup file, and the database itself. The workgroup file stores Users, Groups, and
User-Group memberships, as well as passwords. The database stores Permissions (i.e. User/Group permissions for the
various objects in the database). When you login, the workgroup file "authenticates" you, then basically passes this
info to the database; the database then uses this information to determine the permission levels for that user for the
various obejcts in the database.
In your case, you're probably still "joined" to your test.mdw file ... you can check this by opening Access (don't open
a database) and clicking Tools - Database Security - Workgroup Administrator. If you are joined to test.mdw, then find
and rejoin the default system.mdw file.
If you can login to your database while joined to system.mdw, then you've not secured it properly. It's easy to miss a
step, so go through the checklist on Joan's site step-by-step, and check off each one as you do it. There are several
steps that, if missed, will cause the troubles you're seeing.
I'd also encourage you to read Jack MacDonald's excellent writeup on ULS; Joan has a link to it on her site.
Scott McDaniel
scott@takemeout_infotrakker.com
www.infotrakker.com