audit log

G

Guest

I'm using Allen Browne Audit log. It is a great tool!!!

I have a master table with detail info in another table. The Audit log is
not recording the changes. (one-to-many relationship)

Any suggestion?

Thank you for your help!
 
A

Allen Browne

You need to log the changes to the main form and subform separately, i.e.
separate tables (if the main form and subform are bound to different
tables), and use the events of the subform as well as the main form.

If you are doing that and the logs entries are not being inserted,
temporarily comment out the error handler in each routine, by adding a
single quote to the beginning of the line:
'On Error Goto...
at the top of each procedure. Then when it fails, you will be able to
debug.print the SQL statement that failed, and figure out what's wrong with
it.
 

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