SQL Statement
Here is my SQL statement
strSQL = "SELECT news_title FROM zNews WHERE ((zNews.news_title)="Training News");
Before I even build the project VS.NET is saying "end of statement expected".
I want it to pull out all rows with "Training News". I have no Idea why it won't allow this. Any suggestions?
|