Hi, everyone.
I have an audit table that captures all changes to all fields in a form. It is being done via data macro rather than VBA. The changes are all flowing through into the audit table nicely. However, if a user presses the undo button or 'CTRL+Z', this is not captured in the audit table which means the audit trail is severed. Aside from disabling the undo action altogether, how would I either log this 'change' or otherwise handle it?
Regards,
jj