Log when a record was last Updated?

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

Guest

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
 
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
 
Hi Raj

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