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???
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 http://I.Am/DougSteele (no private e-mails, please) "Access using login from windows" <Access using login from windows@discussions.microsoft.com> wrote in message news:F3112770-FA1B-45CD-A4DE-4DE4D9755296@microsoft.com... >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???