Total number of a certain response

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form users fill out to record suspension information for students.
When they fill out these suspension reports, they have to specify what Board
Policy was violated. This field is called BoardPolicy
I want to be able to create a report so that I can total the number of all
board policy violations. For instance, if policy 5402 was violated 25 times
and then policy 5445 was violated 35 times, I want to be able to create a
single report that shows the number of violations for all reports.
How would I accomplish this?
 
Create a totals query that groups by BoardPolicy and counts the violations.
Use this as the record source for your report.
 
Thank you so much for your response.
I am looking up how to create the total query now
 
How do you create a "total query"?

Duane Hookom said:
Create a totals query that groups by BoardPolicy and counts the violations.
Use this as the record source for your report.
 
Did you try Help? Press F1 to get into Help and select the Index tab. Enter
the word "Total" and press enter. The "Total records in a query" Topic
should help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top