Crookshanks
Technical User
Goodmorning, I have a litte syntax problem (I guess).
I know what the errop means but I can not figure out how to fix it. The error:
"The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect. (Error 3141)"
Statement:
SELECT TSTFND_tbl_Batch.IdBatch, TSTFND_tbl_Batch.Type, TSTFND_tbl_Batch.EntryDate, TSTFND_tbl_Batch.UserEntry, TSTFND_tbl_Participants.Name, TSTFND_tbl_Participants.Initials, TSTFND_tbl_Participants.Insertion, TSTFND_tbl_Participants.Residence, TSTFND_tbl_Batch.Units, FROM TSTFND_tbl_Participants INNER JOIN TSTFND_tbl_Batch ON TSTFND_tab_Participtants.IdPar = TSTFND_tbl_Batch.IdPar;
TSTFND is a string variable that can be different in each session. Can anyone tell me what is wrong with the above?
Thanks in advance,
I know what the errop means but I can not figure out how to fix it. The error:
"The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect. (Error 3141)"
Statement:
SELECT TSTFND_tbl_Batch.IdBatch, TSTFND_tbl_Batch.Type, TSTFND_tbl_Batch.EntryDate, TSTFND_tbl_Batch.UserEntry, TSTFND_tbl_Participants.Name, TSTFND_tbl_Participants.Initials, TSTFND_tbl_Participants.Insertion, TSTFND_tbl_Participants.Residence, TSTFND_tbl_Batch.Units, FROM TSTFND_tbl_Participants INNER JOIN TSTFND_tbl_Batch ON TSTFND_tab_Participtants.IdPar = TSTFND_tbl_Batch.IdPar;
TSTFND is a string variable that can be different in each session. Can anyone tell me what is wrong with the above?
Thanks in advance,