Re: Syntax error (missing operator)
You should create a New Thread for your question.
Field name Contact ID contains a space, you have to surround it with square brackets:
Code:
"SELECT * FROM Table1 WHERE [Contact ID] = '" & txtContId.Text & "'"
Re: Syntax error (missing operator)
Quote:
Originally Posted by anhn
You should create a New Thread for your question.
Agree.
Split into its own thread
If you wish to contribute to the answer to someone else's question, then by all means, post in their thread.
If, however, you have a question of your own, please create your own thread.
Thanks.