A family of Microsoft relational database management systems designed for ease of use.
When the user clicks on the record selector, the On Click event of the Form fires.
There are three events of the Form associated with deleting a record (descriptions copied from the Access help):
The BeforeDelConfirm event occurs after the user deletes to the buffer one or more records, but before Microsoft Access displays a dialog box asking the user to confirm the deletions.
The Delete event cccurs when the user performs some action, such as pressing the DEL key, to delete a record, but before the record is actually deleted.
The AfterDelConfirm event occurs after the user confirms the deletions and the records are actually deleted or when the deletions are canceled. (The Status argument tells you whether the records were deleted or not)