I have a form bound to a table - I want to stamp a date in the form/table if any of the data is modified on the form. I have a lot of controls on the form and do not want to put an On Update action on each control. I do not want to use an Unload event on the form because I do not want a date stamped if the user is just viewing the form. Is there a way to do this?