why does this sql statement continually produce a syntax error (missing operator)?
("SELECT * FROM [" & AccountAction & _
"] WHERE " & ActualDueDt & " <= " & ScheduleDate) & _
" AND " & DeleteInd & " = 'N'" & _
" AND IsNull(" & CompleteDt & ") = TRUE " & _
...