C
Chai
Hi, wondering if anyone out there can help me with this. I am using Allen
Browne's audit codes but it doesn't record any changes/additions/deletions to
the audit table.
I think I followed through all the steps in AppAudit.html. I created a test
table named "Test" with two fields Fields1 and InvoiceID (AutoNumber). I
make a copy of "Test" and named it "audTempTest" changing InvoiceId to Number
Long Interger type , removing validation and primary key. I add 3 fields to
"audTempTest": audType, audDate, and audUser. I copy "audTempTest" and
named it "audTest" and add an autonumber filed named audID and make it
primary key.
I copied the 6 lines of code to OnDelete, AfterDelConfirm, BeforeUpdate, and
AfterUpdate.
I created a form to enter data to "Test" table. When I added/deleted/made
changes, nothing was recorded to audTest. Help!
Thanks.
Browne's audit codes but it doesn't record any changes/additions/deletions to
the audit table.
I think I followed through all the steps in AppAudit.html. I created a test
table named "Test" with two fields Fields1 and InvoiceID (AutoNumber). I
make a copy of "Test" and named it "audTempTest" changing InvoiceId to Number
Long Interger type , removing validation and primary key. I add 3 fields to
"audTempTest": audType, audDate, and audUser. I copy "audTempTest" and
named it "audTest" and add an autonumber filed named audID and make it
primary key.
I copied the 6 lines of code to OnDelete, AfterDelConfirm, BeforeUpdate, and
AfterUpdate.
I created a form to enter data to "Test" table. When I added/deleted/made
changes, nothing was recorded to audTest. Help!
Thanks.