I have a pop-up that is linked to a table. I have a button on the form to find a record, then I have a button to delete the record. the find works perfectly. The delete button is where I am having problems. The code is:
Private Sub cmdDeleteTicker_Click()
On Error GoTo...