Update field

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

I've got a field - LastModified - that I'd like to display
when the current record was last modified. The data is
displayed on a form in Continuous Forms view. What is the
best way to update the LastModified field to the current
time when the current record is modified?

Thanks in advance,

Jason
 
Add code in the form's BeforeUpdate event to set the LastModified field
before you save the record.
 

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