Get Logon ID from Access

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

Guest

I am working on a database in which I would like to record WHO changes some
of the data fields on a form. I don't know how to extract the current users
Access Logon. Any help is greatly appreciated.
 
CurentUser() returns the current user id

You could add a timestamp field to your table and update with the current
user, date, and time (for example) when a record is changed.
 

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

Back
Top