Is it possible to create a audit trail of a remote MS Access 2007 database table?
Currently, have a single user MS Access database on the network drive that data is entered directly into the table.
Also, there is no primary key used in the table.
(Realize that this is inefficient but cannot change...)
Therefore, I would like to create a audit trail to capture the following;
1. Date that a new record is entered
2. Date that a record is modified
3. The field that is modified
4. Data before the modification
5. Data after the modification
Is this possible or even feasible?
An alternative thought is to copy the contents of the table to another MS Access database table that resides on my local drive. However, I would need to copy on a daily basis.
Appreciate any insight that will enable me to capture the modifications to a remote MS Access database.
Currently, have a single user MS Access database on the network drive that data is entered directly into the table.
Also, there is no primary key used in the table.
(Realize that this is inefficient but cannot change...)
Therefore, I would like to create a audit trail to capture the following;
1. Date that a new record is entered
2. Date that a record is modified
3. The field that is modified
4. Data before the modification
5. Data after the modification
Is this possible or even feasible?
An alternative thought is to copy the contents of the table to another MS Access database table that resides on my local drive. However, I would need to copy on a daily basis.
Appreciate any insight that will enable me to capture the modifications to a remote MS Access database.