Automatic update field date when info on form is changed

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

Guest

Hi all,

I have a date field on my form call lastupdate. I was wondering if it's
possible when any data on the form is updated/changed, the lastupdate field
will changed to the current date? Thanks for your help.

Regards,
Michelle
 
Use the forms before update event.

just put the following code:

me!TheDateField = date
 
Back
Top