Hi there,
I don't actually use macros, I tend to use code. Here's an example of code that I use in my delete button:
Private Sub cmdDelete_Click()
' Ask the user to confirm they want to delete the record
DoCmd.SetWarnings False
JobNo = DLookup("JobNumber", "tblJobList", "[JobNoID] =...