How do I update a timestamp field when another field is updated

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

Guest

I need to update a date/time field (Completed Date/Time) when another field
(Completed?) has been entered. The entry field (Completed?) is a yes/no
click field. Once the field has been clicked on (yes) I then want the date
field updated with the date and time the clicked on field was entered.
 
Put code in the AfterUpdate event of the entry field to set the value of the
date/time field.
 
Back
Top