Full_Williams
Registered User.
- Local time
- Today, 00:52
- Joined
- Jul 2, 2002
- Messages
- 88
Hi,
Could somebody tell me what's wrong with this sql statement. I copied the sql from a query and I keep getting this error:
"The Select statement includes a reserved word or an argument name that is mispelled or missing, or the Punctuation is incorrect"
Here's the statement:
sqlInterpreters =
"SELECT Count (tblInterpreterPerformance.Interpreter) AS CountOfInterpreter" & _
"FROM tblInterpreterPerformance INNER JOIN tblRequests ON tblInterpreterPerformance.RequestNo = tblRequests.RequestNo" & _
"WHERE (((Format([AssignmentDate],'m'))= 8));"
Any help would be appreciated.
Thanks,
Full Williams
Could somebody tell me what's wrong with this sql statement. I copied the sql from a query and I keep getting this error:
"The Select statement includes a reserved word or an argument name that is mispelled or missing, or the Punctuation is incorrect"
Here's the statement:
sqlInterpreters =
"SELECT Count (tblInterpreterPerformance.Interpreter) AS CountOfInterpreter" & _
"FROM tblInterpreterPerformance INNER JOIN tblRequests ON tblInterpreterPerformance.RequestNo = tblRequests.RequestNo" & _
"WHERE (((Format([AssignmentDate],'m'))= 8));"
Any help would be appreciated.
Thanks,
Full Williams