Automatic update field date when info on form is changed

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
 
A

Albert D.Kallal

Use the forms before update event.

just put the following code:

me!TheDateField = date
 

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

Top