G
Guest
Hi Im getting the error "(missing operator) in query expresion" .... it then
prints part of my join
Full text of the join from the immediate window is
SELECT r.ID, FirstName, LastName, Gender, DateDiff("yyyy",DateOfBirth,Now())
AS AgeNow, SocialClass, IIF(ISNULL(cr.CaseID),'','Short Listed') AS
ShortList FROM tblRespondent r LEFT JOIN tblCaseRespondent cr ON (r.ID =
cr.RespondentID AND cr.CaseID = 9) LEFT JOIN tblChild c ON (tblRespondent.ID
= tblChild.RespondentID)
Any ideas? I'm using ADODB and creating the sql inline
Thanks
Allen
prints part of my join
Full text of the join from the immediate window is
SELECT r.ID, FirstName, LastName, Gender, DateDiff("yyyy",DateOfBirth,Now())
AS AgeNow, SocialClass, IIF(ISNULL(cr.CaseID),'','Short Listed') AS
ShortList FROM tblRespondent r LEFT JOIN tblCaseRespondent cr ON (r.ID =
cr.RespondentID AND cr.CaseID = 9) LEFT JOIN tblChild c ON (tblRespondent.ID
= tblChild.RespondentID)
Any ideas? I'm using ADODB and creating the sql inline
Thanks
Allen