updating text field in a form

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

Guest

I'm attempting to update the date field to the current date if a record is
updated using a form. I'm not sure how to do it. Can you help?

Thanks.
 
jstp said:
I'm attempting to update the date field to the current date if a record is
updated using a form. I'm not sure how to do it. Can you help?


Use the form's BeforeUpdate:

Me.Datefield = 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

Back
Top