I have a plethora of unbound controls on my form which I use to input data into a separate reporting table that's not bound to this form. The problem is that I need a way to trigger an event every time the record is changed on the form so I can save the data in the reporting table. The old RecordExit event would do this fine, but now that Microsoft decided to remove it from Access 2002, I'm left scrambling. I tried the BeforeUpdate event which seemed to be triggered every time I changed records but now I have to dirty a control that IS bound to the form's table. Any ideas? Thank you.