Which event is best?

B

B

What event should I use? I want to put an updated date in one of my forms so
when anything changes on the form, I want it to do, “me.updatedDate = Dateâ€.
Which event should I put this under? I could put it in each control but I
have way too many to do. Is there a place on the form events that will know
when something has changed, before it updates the record? If noting has
changed then I want to leave it the date as it was.
 
Top