try
after update event for each field call a sub function
sub function SetDateModified
Me.YourDateField = Date
end sub
here any field that is modified will call the sub function this will in turn set the date modified field to date.
you could get a little more complicated and use the form before update and check the "dirty" property for the current record and set the date this way
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.