B
BruceF
I have a form with 4 check boxes that represents high school grade levels.
They are labeled as 09, 10, 11, 12. Users can pick one, two, three, or all
four check boxes. Suppose they choose 11 and 12. Based on the selections of
these check boxes, I want a report to display all students who are in grades
11 and 12. The report is based on a total query that pulls the students' ID,
name, grade, and total number of demerits. Thanks.
They are labeled as 09, 10, 11, 12. Users can pick one, two, three, or all
four check boxes. Suppose they choose 11 and 12. Based on the selections of
these check boxes, I want a report to display all students who are in grades
11 and 12. The report is based on a total query that pulls the students' ID,
name, grade, and total number of demerits. Thanks.