Get Logon ID from Access

W

W. A. Richman

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.
 
R

Rick B

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.
 
Top