I have an access database right now that I am trying to use to track student attendance. Before I just had each day of school as its own field and I had to go through and count manually all the days that a student missed. I read about some checkboxes that I could use in a form but the problem is that I cannot figure out how to sum up all of the checkboxes (days missed) for each student. So I think I need to know how to run a query to count the number of days missed (checkboxes checked) per student.