Log when a record was last Updated?

R

Raj

Does anyone know of any code that exist that will record the Userid and the
Date and time and add or updated this information into fields on the recorded
that has been updated?
Thanks
Raj
 
R

Rick B

Asked and answered often. Do a search for "timestamp" Basically, you would
put code in the "Before Update" event to modify a timestamp field with the
UserID, Date, and Time. Do a search and you should find plenty of similar
posts.

Rick B
 
G

Graham Mandeno

Hi Raj

User your form's BeforeUpdate event to write the required values into these
fields.
 
Top