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.
 
Back
Top