How do I modify Auditing Code to deal with Sub-Forms and Data Relationships?

add another condition
Code:
                If ctl.Tag = "Audit" Or ctl.Tag = "ListAudit" Then
                    If ((Nz(ctl.value) <> Nz(ctl.OldValue)) Or ctl.Tag = "ListAudit") And Nz(ctl.OldValue, "") <> "" Then
 

Users who are viewing this thread

Back
Top Bottom