I am trying to figure out the most graceful way to count records in a report. The report is grouped by school and in the detail section it lists all of the children in that school along with their service levels. Only problem is, sometimes kids have more than one service level and so their name is listed twice. (I know I could have grouped the students too, but that wouldn't work with the format they wanted.) So if I put =Count([lngStudentID]) in the school ID footer it gives me the total number of student entries, even if they are dupes. How do I get it to count the students only once?
Thank you,
Dawn
Thank you,
Dawn