I have a column name "City Name" in the table, however when I use the query:
"select * from table where City Name = 'NY'"
I get an error ([Microsoft][ODBC Excel Driver] Syntax error (missing operator) in query expression 'City Names = 'NY''. ), does anyone know how to fix this withput changing the column name?