C
Crystal
I need to know the additions, deletions, and edits
performed on a single table in my database, every day.
This table is not used in conjunction with a form, so the
traditional method used to set up an audit trail won't
work.
I was thinking that if I made a copy of the table at a set
time during the day, then compared the two versions
(current and previous) I'd be able to identify the
differences.
Problem:
How to I compare, record by record, field by field, the
differences in the two tables?
Any suggestions?
Crystal
performed on a single table in my database, every day.
This table is not used in conjunction with a form, so the
traditional method used to set up an audit trail won't
work.
I was thinking that if I made a copy of the table at a set
time during the day, then compared the two versions
(current and previous) I'd be able to identify the
differences.
Problem:
How to I compare, record by record, field by field, the
differences in the two tables?
Any suggestions?
Crystal