I am working on a database that collects results from a survey. The survey is generated into an Excel spreadsheet and I imported the excel spreadsheet to a table.
The purpose of this survey is for students to rate teachers on a number of questions on a scale from 1-5, with 1 being poor and 5 being excellent. What I need to be able to do is for each teacher, create a report that for each question, calculates the number of students that answered 1,2,3,4 or 5 for each question. I am runnning into trouble in doing this. I wanted to set up a total query, but I can't get the count function to work, and I think it has to do with my setup. I know how to setup the report once I have the query working like I want, but I am having trouble with the query counting per question per teacher per period.
Here is what I want my report to look like, lined up better of course! I attached I copy of my database so you can see my setup (it is a separate page of the report for each teacher each period):
The purpose of this survey is for students to rate teachers on a number of questions on a scale from 1-5, with 1 being poor and 5 being excellent. What I need to be able to do is for each teacher, create a report that for each question, calculates the number of students that answered 1,2,3,4 or 5 for each question. I am runnning into trouble in doing this. I wanted to set up a total query, but I can't get the count function to work, and I think it has to do with my setup. I know how to setup the report once I have the query working like I want, but I am having trouble with the query counting per question per teacher per period.
Here is what I want my report to look like, lined up better of course! I attached I copy of my database so you can see my setup (it is a separate page of the report for each teacher each period):
Code:
Excellent Very Good Average Below Avg. Poor
Question#1 4 5 2 1 4
Question#2 2 3 1 5 2
Question#3 3 2 3 2 2
Attachments
Last edited: