Username and password

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

Guest

Is there a way in Access to have a database read the current username that
has logged into the computer and their password and use that information to
verify the users rights to certain forms, tables, queries, reports and macros?

I know in VB.net I can read the registry for those items, just wondering if
that is possible with VBA.
 
See the following URL
http://www.mvps.org/access/api/api0008.htm

I know of no code that will get the user's password. That is pretty well
protected so as to make the life of hackers more difficult.

--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 
Back
Top