J
Jaded in Cali
In an education report, I am listing results on a survey by section of a
course that have responded. I also need to show the total number of sections
in the course. I tried using
=Count(IIf(tables!tblSections!Course_ID = [Course_ID],[Section_ID]))
but I get parameter requests for both tables!tblSections!Course_ID and
[Course_ID].
Is there another way I can create a summary query to count the sections of a
course based on the couse number in the Detail section of the report?
course that have responded. I also need to show the total number of sections
in the course. I tried using
=Count(IIf(tables!tblSections!Course_ID = [Course_ID],[Section_ID]))
but I get parameter requests for both tables!tblSections!Course_ID and
[Course_ID].
Is there another way I can create a summary query to count the sections of a
course based on the couse number in the Detail section of the report?