D
Dymondjack
Hello and thanks in advance.
I have an SQL string that doesnt seem to be working for whatever reason.
The SQL (as checked in the immediate window):
SELECT tblPrograms.Program, tblPrograms.Part, tblPrograms.prgClass,
tblPrograms.Operations, tblPrograms.Description, FROM tblPrograms WHERE
(tblPrograms.Part = 'PART2') ORDER BY tblPrograms.prgClass
The Error:
Error 3141 (The SELECT Statement includes a reserved word or argument name
that is misspelled or missing, or the puncuation is incorrect)
I've got this identical SQL String in two other places in my code that run
without problem. I've double checked all spellings, field, table names, ect.
Any ideas on what might be causing this alarm would be greatly appreciated.
Thanks,
Jack
I have an SQL string that doesnt seem to be working for whatever reason.
The SQL (as checked in the immediate window):
SELECT tblPrograms.Program, tblPrograms.Part, tblPrograms.prgClass,
tblPrograms.Operations, tblPrograms.Description, FROM tblPrograms WHERE
(tblPrograms.Part = 'PART2') ORDER BY tblPrograms.prgClass
The Error:
Error 3141 (The SELECT Statement includes a reserved word or argument name
that is misspelled or missing, or the puncuation is incorrect)
I've got this identical SQL String in two other places in my code that run
without problem. I've double checked all spellings, field, table names, ect.
Any ideas on what might be causing this alarm would be greatly appreciated.
Thanks,
Jack