New Security for a Different Front End

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database that is split. What I would like to do is modify the user
permissions for a copy of the front end (which will then become a front end
with forms that not everyone should have access to), but I am worried that if
I do this I will wind up modifying to permissions to all of my front ends.
How do I make sure that I don't do this?

I thought I'd better ask before I mess up the system for everyone.

Thanks.
 
r. howell said:
I have a database that is split. What I would like to do is modify
the user permissions for a copy of the front end (which will then
become a front end with forms that not everyone should have access
to), but I am worried that if I do this I will wind up modifying to
permissions to all of my front ends. How do I make sure that I don't
do this?

Permissions are stored in the mdb file. So if you copy it and then apply
permissions, those will only exist in the copy.

Usernames/Groups/Passwords though are stored in the workgroup file (mdw).
 
Back
Top