Can somebody tell me what I am doing wrong? I am trying to run delete statement where Pending_Notes = "". (Is null) doesn't work.
Thanks
Private Sub btnHistory_Click()
Dim strSQL As String
strSQL = "DELETE * FROM [tblHistory]" & _
"WHERE [Pending_Notes] ='""'"
CurrentDb.Execute strSQL