jadams0173
Technical User
- Feb 18, 2005
- 1,210
Can someone help me with the syntax of this sql statement?
It says I have a missing operator in the where clause and I've also gotten expected end of statement with the word wave highlited.
Code:
sqlNO36 = "SELECT SuperMKTLocID, SuperMktLoc" _
& " FROM tblSuperMKTLoc " _
& " WHERE (((SuperMktLoc) Not Like "wave supermkt"))
It says I have a missing operator in the where clause and I've also gotten expected end of statement with the word wave highlited.