Hello,
In ACC2000, I am using the Module from this page...
http://support.microsoft.com/default.aspx?scid=kb;en-us;197592
... to keep an audit trail of the record.
So, the table has a field named "fAuditTrail" and on my form(s), in that field's BeforeUpdate event, it calls the "AuditTrail()" module.
This all works perfectly.
The module displays the current (windows)Username, Date(now) and also which data(fields) have been added or changed.
For statistical/reporting purposes, I was hoping to be able to change the Audit Trail Module, so that the Username, Date, and Data changed, is inserted into SEPARATE FIELDS on the form.
So in my table I will have fields for :
AuditUser, AuditDate, AuditData
and ofcourse those same fields on the Form.
I am not sure how to go about changing the Module to do this.
I will sincerely appreciate any advice from you.
Thank you kindly.
Jamie.
In ACC2000, I am using the Module from this page...
http://support.microsoft.com/default.aspx?scid=kb;en-us;197592
... to keep an audit trail of the record.
So, the table has a field named "fAuditTrail" and on my form(s), in that field's BeforeUpdate event, it calls the "AuditTrail()" module.
This all works perfectly.
The module displays the current (windows)Username, Date(now) and also which data(fields) have been added or changed.
For statistical/reporting purposes, I was hoping to be able to change the Audit Trail Module, so that the Username, Date, and Data changed, is inserted into SEPARATE FIELDS on the form.
So in my table I will have fields for :
AuditUser, AuditDate, AuditData
and ofcourse those same fields on the Form.
I am not sure how to go about changing the Module to do this.
I will sincerely appreciate any advice from you.
Thank you kindly.
Jamie.