I'm trying to figure out why my audit trail isn't working. When I edit a record from the form, no 'edit' record is added to tbl_AuditChanges. There are no error messages. I've attached the relevant forms from my database to see if someone can spot anything I might have done wrong. Frm_MBRSelect will ask for a parameter to open it. Please use 'C00001'. I set the library to accept 2.8 objects, I made a global module for the code, I placed the 'audit' tag, I inserted the before update event on the form, and yet nothing happens when I edit a field on the form.
I have also noticed that when all fields are blank, the code works! A record is added with action 'New'. Why doesn't it work when 'editing' current records?