Secure acces with Windows login

  • Thread starter Access using login from windows
  • Start date
A

Access using login from windows

I want to secure my database using the login of Windows.
This because i want to now what everyone is doing. when someone is logged in
i can use currentuser (i think) and can see what she of he has done.

Is someone who can help me???
 
D

Douglas J. Steele

There isn't the equivalent of passthrough security in Access. The only way
to implement security in Access requires that your users log into Access.
While you can certainly make their Access User Id the same as their Windows
User Id, you cannot tie the passwords together.

On the other hand, if all you want is to know the user's Windows User Id,
see http://www.mvps.org/access/api/api0008.htm at "The Access Web"

--
Doug Steele, Microsoft Access MVP

(no private e-mails, please)


"Access using login from windows" <Access using login from
[email protected]> wrote in message
news:[email protected]...
 
Top