delete record on continuous form

Private Sub cmdDelReceive_Click()
On Error Resume Next
 
Hmm, I would try adding an Else part, i.e.

Code:
Else
     DoCmd.CancelEvent

That should *capture* the clicking of the No button.
 

Users who are viewing this thread

Back
Top Bottom