RandyMyers
IS-IT--Management
Hello All,
I use SQL databases and Access front ends mainly connecting through ODBC.
Is there an easy way of tracking (auditing) changes made in the system? What I want is basically User A changes table B on date, old value is, new value is.
I have a method that can do this using a function that is tied to the Before Update event on a form. It works fine for standard forms, but does not work for sub forms. I have figured a method of always opening a popup form to make a change in the displayed sub form. This works but I believe there must be an easier way.
Anybody ever do this and find a good way of writing changed out to a history table?
I use SQL databases and Access front ends mainly connecting through ODBC.
Is there an easy way of tracking (auditing) changes made in the system? What I want is basically User A changes table B on date, old value is, new value is.
I have a method that can do this using a function that is tied to the Before Update event on a form. It works fine for standard forms, but does not work for sub forms. I have figured a method of always opening a popup form to make a change in the displayed sub form. This works but I believe there must be an easier way.
Anybody ever do this and find a good way of writing changed out to a history table?