I have a "Status" combo box in my Query and Form that has three options: "Withdraw," "Needs to Make Up," and "No Show." I would like to be able to calculate a separate sum for each of those options. For example, if I have 2 students in the class whose Status is listed as "Withdraw," I would like the report to show a total number of students who withdrew (Withdrawls=2) in the Footer. I know I could do a grand total of all students by using a control of =Count([ControlName]), but I want to be able to specify subcalculations within that control. If I can't do this with a combo box, can I do it with checkboxes and specify which boxes were checked?