When I delete data in a Form or SubForm, I want to catch the deleted record in the BeforeDelConfirm
event. I know it is possible to get the data out of the "delete buffer" to use it for something else.
I do not want to use the Delete
event. I know it is possible to get the data from there before it is actually deleted in the Recordset, but I want it on the BeforeDelConfirm
event out of the "delete" buffer.
I know it is possible because I made it a few years ago, but I do not find the right code and did not found it in several Google sessions.
OnDelete()
? Do you want to prevent the deletion for a particular situation? (If so, instructions are easy to find.) – Lowercase