Audit Log

G

Guest

sI think I have created correctly the login tips provided by Allen Browne
however I'm having a few problems with it working correctly. Firstly it only
shows 'Edit To records for those records created prior to the audit log
setup, those entered after it do not show any changes. Secondly it only
shows 'Edit To' Log and never Edit From' records for either previous or new
entries. Any help would be greatly appreciated.
 
A

Allen Browne

Temporarily disable the error handler, by adding a single quote to the first
line in each procedure, i.e.:
'On Error GoTo ...

Now the code will fail, and you can see which line contains the error, and
track down why the write is not succeeding.

For example, you might have a unique index on a field in the audit table
that prevents subsequent records for the same value from being entered.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top