G
Guest
Hello,
I have a crosstab query that runs fine and I get the information I need but...
when I try to run a report from it I get the error "The Microsoft Jet
database engine does not recognize 'Alldoctotals2004.refdoctype' as a valid
field name or expression.
I have read the other post on this but I guess I am not following... I
don't want it as a parameter so how do I get it to print like the query runs?
Query:SQL view
TRANSFORM Sum(AllDoctorTotals2004.refcnt) AS SumOfrefcnt
SELECT AllDoctorTotals2004.REFDOC_NAME, AllDoctorTotals2004.spc_descrip
FROM AllDoctorTotals2004
GROUP BY AllDoctorTotals2004.REFDOC_NAME, AllDoctorTotals2004.spc_descrip
PIVOT AllDoctorTotals2004.refdoctype;
Thanks for the help...
Julia
I have a crosstab query that runs fine and I get the information I need but...
when I try to run a report from it I get the error "The Microsoft Jet
database engine does not recognize 'Alldoctotals2004.refdoctype' as a valid
field name or expression.
I have read the other post on this but I guess I am not following... I
don't want it as a parameter so how do I get it to print like the query runs?
Query:SQL view
TRANSFORM Sum(AllDoctorTotals2004.refcnt) AS SumOfrefcnt
SELECT AllDoctorTotals2004.REFDOC_NAME, AllDoctorTotals2004.spc_descrip
FROM AllDoctorTotals2004
GROUP BY AllDoctorTotals2004.REFDOC_NAME, AllDoctorTotals2004.spc_descrip
PIVOT AllDoctorTotals2004.refdoctype;
Thanks for the help...
Julia