how to assign users

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

Guest

Dear All,

How can I assign unique username and password for users in a network
accessing my MS-Access 2000 database.

Any help will be appreciated

Thanks
 
How can I assign unique username
and password for users in a network
accessing my MS-Access 2000
database.

To use Access' User and Group Level Security, visit
http://support.microsoft.com/default.aspx?scid=kb;en-us;207793 and download
the Security FAQ. Read, study, and re-read it -- Access Security is
non-trivial.

To obtain the user's network user name, see
http://www.mvps.org/access/api/api0008.htm. Unless there is something quite
unusual about your network security, you can assign the same name for the
Access login, and let the user change his/her own password, but the user
will have to type in the user name and password before any code executes, so
you don't have the opportunity to handle a secure logon _for_ them.

Larry Linson
Microsoft Access MVP
 
Back
Top