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.
 

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