Colin@Toyota
What's an Access?
- Local time
- Today, 17:27
- Joined
- May 2, 2006
- Messages
- 203
Hi All,
As the title states, I need to find a way to check if changes were made to a record, and if they were, save the info as a new record, leaving the original untouched.
I would guess this could be accomplished using the on dirty event and perhaps some "insert into" sql, but in reading about applications of the on dirty event, all I can find is how to save changes to the current record.
I have looked at the creation of audit trails, and tried to apply the code to what I need, but have thus far failed...
Can anyone offer some insight? Or a reference?
Cheers,
Colin
As the title states, I need to find a way to check if changes were made to a record, and if they were, save the info as a new record, leaving the original untouched.
I would guess this could be accomplished using the on dirty event and perhaps some "insert into" sql, but in reading about applications of the on dirty event, all I can find is how to save changes to the current record.
I have looked at the creation of audit trails, and tried to apply the code to what I need, but have thus far failed...
Can anyone offer some insight? Or a reference?
Cheers,
Colin