Hi Guys.
I have already made some custom dialog boxes when you delete records with
However I can't find how can you display custom dialog boxes and to avoid the access's dialogs when you run a delete query.
Is there an event like BeforeDelConfirm?
I have this form with a button that runs the delete query.
How can I do it?
TIA
I have already made some custom dialog boxes when you delete records with
Code:
Private Sub Form_BeforeDelConfirm(Cancel As Integer, _
Response As Integer)
...
However I can't find how can you display custom dialog boxes and to avoid the access's dialogs when you run a delete query.
Is there an event like BeforeDelConfirm?
I have this form with a button that runs the delete query.
How can I do it?
TIA