Hi,
I have successfully (for the most part) gotten Allen Browne's method of creating an audit trail.
The issue I am having is that the audit log table should indicate in the "Audit Type" cell the word 'INSERT' when it's a new record that was added. I'm just getting the word "EditTo". Usually the EditTo follows an EditFrom record.
Can anyone suggest why the VBA code isn't "seeing" that I'm adding a new record? It seems like the variable bWasNewRecord is not being called for some reason.
Thanks,
Vince
I have successfully (for the most part) gotten Allen Browne's method of creating an audit trail.
The issue I am having is that the audit log table should indicate in the "Audit Type" cell the word 'INSERT' when it's a new record that was added. I'm just getting the word "EditTo". Usually the EditTo follows an EditFrom record.
Can anyone suggest why the VBA code isn't "seeing" that I'm adding a new record? It seems like the variable bWasNewRecord is not being called for some reason.
Thanks,
Vince