TC said:
Rick
Thank you when I changed it back to teh system.mdw the login in prompt
stopped coming up. Is there a way for me to have a workgroup that
applies only to that one access file and for the rest it will use the
system.mdw file? Tim
As I indicated before you can create a shortcut that launches Access and
(for that session only) specifies a workgroup besides your default. The same
shortcut can specify which file Access should open as well. The complete
target would be...
"Path to MSAccess.exe" /wrkgrp "path to secure MDW" "path to MDB"
Don't think of workgroups as "applying to certain MDB files". It doesn't
work that way. A workgroup doesn't care what file you might open and an MDB
doesn't really care what workgroup is being used per-se.
The workgroup logs you in silently as Admin if Admin has no password and
prompts you for a login when Admin does have a password. When you are
prompted all that the workgroup cares about is that you give it credentials
that it recognizes.
The MDB is only concerned with what group IDs and user IDs have permissions
to do stuff. It doesn't care which workgroup file provides that
information. Only that the information that is provided satisfies required
permissions. It just so happens that in most cases there is exactly one
workgroup file that contains IDs that the MDB "likes", but that is
coincidental and not always the case.