Another option would be to use Execute instead of RunSQL
So you'd have something along the lines of:
Code:
CurrentDb.Execute("DELETE * FROM Table1 WHERE Field1='Something'")
rather than:
Code:
DoCmd.SetWarnings False
DoCmd.RunSQL ("DELETE * FROM Table1 WHERE Field1='Something'")
DoCmd.SetWarnings True
Diff'rent Strokes. It takes. Diff'rent Strokes. It takes. Diff'rent Strokes to move the world, yes it does
I am a loud man with a very large hat. This means I am in charge