B
Billiam
Allen , if you're out there, can I use your audit log in an Access 2007 ACCdb
format? If so, How do you turn "confirm Record changes" on? I am having
trouble with the following after I try to change a field, and I am not sure
why...
Compile error: method or data member not found
When i click on Okay I get the following--see 'my comments
Private Sub Form_BeforeUpdate(Cancel As Integer) 'this line is highlighted
in yellow
bWasNewRecord = Me.NewRecord
Call AuditEditBegin("TblFSESO", "AuditTmpTblFSESO", "InstructorID",
Nz(Me.InstructorID, 0), bWasNewRecord) ' .InstructorID is highlighted in grey
End Sub
InstructorID is a primary key Autonumber long integer on which the form to
be audited is based on the TblFSESO...
Please help Anyone!
format? If so, How do you turn "confirm Record changes" on? I am having
trouble with the following after I try to change a field, and I am not sure
why...
Compile error: method or data member not found
When i click on Okay I get the following--see 'my comments
Private Sub Form_BeforeUpdate(Cancel As Integer) 'this line is highlighted
in yellow
bWasNewRecord = Me.NewRecord
Call AuditEditBegin("TblFSESO", "AuditTmpTblFSESO", "InstructorID",
Nz(Me.InstructorID, 0), bWasNewRecord) ' .InstructorID is highlighted in grey
End Sub
InstructorID is a primary key Autonumber long integer on which the form to
be audited is based on the TblFSESO...
Please help Anyone!