Tracking changes

  • Thread starter Eleanor of Aquitaine
  • Start date
E

Eleanor of Aquitaine

Is there a way to track who last modified a record? I have a last modified
date and time, but I also want to know who performed the modification.
 
J

Joan Wild

I assume you are using the BeforeUpdate event on a form to capture this
information.

If you've implemented user level security, you can use the CurrentUser()
function to grab the Access username.

If you haven't used ULS, you can capture their windows login name using the
function at
http://www.mvps.org/access/api/api0008.htm
 

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