automatically recording date

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

Guest

In my form, I want to be able to have the date automatically entered for a
record, after a change or modification is made to an existing record.
 
Add a LastModified Date/Time field to your table.

In your form's BeforeUpdate event, add code to set that field to Now().
 
I don't think that's really what you want. That'll update the date every
time you access it, even if no change was made.
 

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