What worked for me, in each form or subform's before update event, put this code:
Call AuditChanges(Me.ID, Me).
The full module is:
'Sub AuditChanges(MyForm As Form, IDField As Control)
'Sub AuditChanges(IDField As Control, Optional frm As Object = Nothing)
Sub AuditChanges(ByVal IDField As...