L
Ldappa
I've read all the threads but cannot figure out why i'm getting this message.
Below is my code I copied from "Concat2k" when I downloaded it.
No matter what I try I still get the error, is it because there are some
blank records in the Bannerintake table?
SELECT INTAKE.STUDENTID, INTAKE.LNFN, INTAKE.studentidnum,
Concatenate("SELECT mathcourse FROM bannerintake WHERE studentidnum =" &
[studentidnum]) AS [Mathcourses Taken], Concatenate("SELECT courseinst FROM
bannerintake WHERE studentidnum =" & [studentidnum]) AS [COURSE Intst]
FROM INTAKE;
thanks for your help.
lorna
Below is my code I copied from "Concat2k" when I downloaded it.
No matter what I try I still get the error, is it because there are some
blank records in the Bannerintake table?
SELECT INTAKE.STUDENTID, INTAKE.LNFN, INTAKE.studentidnum,
Concatenate("SELECT mathcourse FROM bannerintake WHERE studentidnum =" &
[studentidnum]) AS [Mathcourses Taken], Concatenate("SELECT courseinst FROM
bannerintake WHERE studentidnum =" & [studentidnum]) AS [COURSE Intst]
FROM INTAKE;
thanks for your help.
lorna