Hi,
I would like to copy a record to another table, before it is being deleted from a form, to a 2nd table with all it's content. Of course, only when the deletion is confirmed by the confirm delete box.
I would like to use VBA for that.
I guess I need to use the event
Form_BeforeDelConfirm(Cancel As Integer, Response As Integer)
But then what?
P.s. - I need a table of the deleted records, not a form.
Thanks very much
I would like to copy a record to another table, before it is being deleted from a form, to a 2nd table with all it's content. Of course, only when the deletion is confirmed by the confirm delete box.
I would like to use VBA for that.
I guess I need to use the event
Form_BeforeDelConfirm(Cancel As Integer, Response As Integer)
But then what?
P.s. - I need a table of the deleted records, not a form.
Thanks very much