Hi
I want to keep an audit of deleted records.
I have created another table which has the same structure.
This is currently done with an append query which is run in the on delete event.
This works fine however if the user cancels the delete confirmation the new table still receives the record as does the original table.
Any ideas
Thanks
I want to keep an audit of deleted records.
I have created another table which has the same structure.
This is currently done with an append query which is run in the on delete event.
This works fine however if the user cancels the delete confirmation the new table still receives the record as does the original table.
Any ideas
Thanks