G
Guest
Hi,
I have a report that shows each students result as a pass or fail in each
of there subject. the report is grouped by student. I need to do a count
that counts how many passess and how many fails each student has overall.
This is put into the student footer, i have tried using Dcount for this but
am unsure of how to set the controlsource to the information in the detail
section of the report. I have set the controlsource to the table but ofcourse
this gives me the total fails and passes overall students and subjects
instead of the individual students subjects.
eg
=dcount("[studentscore]","tablename--thisisn'tworking","[studentscore]='pass'")
I get 53 passes which is all passes over all students and subjects instead
of 3 passes for student1 over 4 subjects.
any help would be much appreciated
thanks
I have a report that shows each students result as a pass or fail in each
of there subject. the report is grouped by student. I need to do a count
that counts how many passess and how many fails each student has overall.
This is put into the student footer, i have tried using Dcount for this but
am unsure of how to set the controlsource to the information in the detail
section of the report. I have set the controlsource to the table but ofcourse
this gives me the total fails and passes overall students and subjects
instead of the individual students subjects.
eg
=dcount("[studentscore]","tablename--thisisn'tworking","[studentscore]='pass'")
I get 53 passes which is all passes over all students and subjects instead
of 3 passes for student1 over 4 subjects.
any help would be much appreciated
thanks