accesslearner
Registered User.
- Local time
- Today, 02:35
- Joined
- Nov 16, 2010
- Messages
- 38
i have a form has a text feild control which records all changes made to the form values. The form gets values based on the employee table. so if anyone changes the records it creates an audit trail of values.
A code i got from this forum.
I want to be able to copy these values into an audit table to keep track of it.
is there a way to do this.
The audit table has
id- autonumber
audittrail - memo
Date entered - date
basically when i close my employee form all data that has been edited is captured into a text feild called audit trail and when i close this form this data should be updated into the audit table.
thanks in advance for your help.
A code i got from this forum.
I want to be able to copy these values into an audit table to keep track of it.
is there a way to do this.
The audit table has
id- autonumber
audittrail - memo
Date entered - date
basically when i close my employee form all data that has been edited is captured into a text feild called audit trail and when i close this form this data should be updated into the audit table.
thanks in advance for your help.