Security Report -Access

A

arjun.banerjee

I am trying to create a security log in MS Access 2003. What I am
trying to accomplish is to create a report of all the users who used
the database (i.e. username, data & time).

Ideally, I would liked to have the Windows login as the username.

Any assistance in this matter would be greatly appreciated.

-AB
 
J

Joan Wild

There is code at
http://mvps.org/access/api/api0008.htm
you can use to grab the user's Windows login name.

If you have some form that opens on startup (or create one that is hidden, if need be), you can append the username and use the Now() function for the date/time into a table.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top