delete record on continuous form (1 Viewer)

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 15:10
Joined
May 7, 2009
Messages
19,169
Private Sub cmdDelReceive_Click()
On Error Resume Next
 

GinaWhipp

AWF VIP
Local time
Today, 03:10
Joined
Jun 21, 2011
Messages
5,901
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

Top Bottom