multiuser environment on different platforms

K

KG

I need to create a secure database in a multiuser
environment, with some users having 97 and some with 2000.
I split the database to have 2 different front ends (one
for each version) but now the permissions have gone crazy.
If I change the permissions on one platform, they're
different on the other. How can I make the permissions the
same on both platforms?
 
J

Joan Wild

You must set permissions in each version. Permissions are stored in the mdb
file. The workgroup file (mdw) just stores users, passwords, groups, and
group membership.

You are best to assign permissions to groups.
 
Top