user accounts

G

gator

If I need to copy a database to a few computers and I have set up users in
the database....how do I apply a certain user to a certain computer?
 
A

Arvin Meyer MVP

gator said:
If I need to copy a database to a few computers and I have set up users in
the database....how do I apply a certain user to a certain computer?

Depending upon the version, you can use User Level Security and ensure
though the login process who has rights to what. You can also use the
Windows information:

You can get the Machine name with this code:

http://www.mvps.org/access/api/api0009.htm

and you can get a username with this code:

http://www.mvps.org/access/api/api0008.htm
 
G

gator

can't i assign usernames and passwords for user accounts in a particular
Access database? I have been able to set up users but I can't figure out how
to set up passwords. Then, when I load a database on someone's
machine...tell that database which user to use.
 
Top