K
KitCaz
I created an audit trail routine which compares a static
(dbOpenSnapshot)recordset captured in the Form_Dirty procedure against a
subsequent recordset captured in the Form_AfterUpdate procedure. I compare
each field's before/after values and write the adds/changes/deletes to a
special audit table.
This process is working perfectly except for memo fields. Any memo fields
captured in my Form_Dirty procedure are already dirty when the recordset is
created.
Why is that, and any suggestions how to proceed? I hate that I got this
routine working well only to discover this problem.
(dbOpenSnapshot)recordset captured in the Form_Dirty procedure against a
subsequent recordset captured in the Form_AfterUpdate procedure. I compare
each field's before/after values and write the adds/changes/deletes to a
special audit table.
This process is working perfectly except for memo fields. Any memo fields
captured in my Form_Dirty procedure are already dirty when the recordset is
created.
Why is that, and any suggestions how to proceed? I hate that I got this
routine working well only to discover this problem.