D
DDrowe
OK, problem with it. It worked great for the first form but I am getting a
lot of errors on the second form I am trying to add. Below is the error that
I have not been able to work out. Any help would be greatly appreciated.
"Compile Error:
Method or Data member Not Found"
For the following:
"Private Sub Form_BeforeUpdate(Cancel As Integer)
bWasNewRecord = Me.NewRecord
Call AuditEditBegin("PSSR", "audTmpPSSR", "NumberA", Nz(Me.NumberA, 0),
bWasNewRecord)
End Sub"
lot of errors on the second form I am trying to add. Below is the error that
I have not been able to work out. Any help would be greatly appreciated.
"Compile Error:
Method or Data member Not Found"
For the following:
"Private Sub Form_BeforeUpdate(Cancel As Integer)
bWasNewRecord = Me.NewRecord
Call AuditEditBegin("PSSR", "audTmpPSSR", "NumberA", Nz(Me.NumberA, 0),
bWasNewRecord)
End Sub"