Guys
There are a couple of good examples in the internet on how to implement an audit trail database.
But unfortunetaly are examples for bound forms/controls.
I'm developing a database with unbound forms/controls.
I cannot use the property OldValue on unbound controls so I cannot implement the audit trail.
What is the best thing to do?
-Create a class modules with objects that can "clone" the values when the form is opened?
-Create arrays to collect the old values and then compare with values of each control when I trigger the Save button?
I really dont know what to do.
I cannot bound these forms/controls in my project.
Some Audit Trails examples (Bound forms)
https://hitechcoach.com/index.php/downloads-mainmenu-28/audit-trail
http://www.datawright.com.au/access_resources/tracking_data_changes_in_access.htm
There are a couple of good examples in the internet on how to implement an audit trail database.
But unfortunetaly are examples for bound forms/controls.
I'm developing a database with unbound forms/controls.
I cannot use the property OldValue on unbound controls so I cannot implement the audit trail.
What is the best thing to do?
-Create a class modules with objects that can "clone" the values when the form is opened?
-Create arrays to collect the old values and then compare with values of each control when I trigger the Save button?
I really dont know what to do.
I cannot bound these forms/controls in my project.
Some Audit Trails examples (Bound forms)
https://hitechcoach.com/index.php/downloads-mainmenu-28/audit-trail
http://www.datawright.com.au/access_resources/tracking_data_changes_in_access.htm