stormin_norm
Registered User.
- Local time
- Today, 15:02
- Joined
- Apr 23, 2003
- Messages
- 213
I have a parameter form with two fields txtClass and lbSemester. I then click a command button to run the qrySemesterGrades retrieving the set of students, course number, course name, grade, etc.. This works fine.
I then run a crosstab query against the qrySemesterGrades results in order to create a matrix of students & grades. It works great if I hardcode class & semester in qrySemesterGrades, but fails when using the paramater form.
Error message:
"The microsoft Jet Engine does not recognize '[Forms]![frmRptSemesterGrade]![txtClass]' as a valid field name or expression"
What is the best way to do this?
form->qry->crosstab qry
I reviewed the crosstab discussions threads, although the microsoft link provided is for acccess 2002, fails to run in my access2000.
Thanks!
I then run a crosstab query against the qrySemesterGrades results in order to create a matrix of students & grades. It works great if I hardcode class & semester in qrySemesterGrades, but fails when using the paramater form.
Error message:
"The microsoft Jet Engine does not recognize '[Forms]![frmRptSemesterGrade]![txtClass]' as a valid field name or expression"
What is the best way to do this?
form->qry->crosstab qry
I reviewed the crosstab discussions threads, although the microsoft link provided is for acccess 2002, fails to run in my access2000.
Thanks!