AuditTrail() function

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I'm using AuditTrail() function, described in KB article
#197592, to control changes to a record made by a user.
In a simple form it works fine.
When I try to put it into Before Update event of a
continuous form, I receive error #2424.
What is the problem?
 
Mike,

The AuditTrail() function works fine for me in testing on a continuous form.
Have you put a breakpoint into the code of that function to see which
expression is causing the error message?
 
Back
Top