G
Guest
I have a questionnaire database (access 2000). table example below
tblquestionnair
Field names Field Typ
Quesiton 1 numbe
Question 1 Comments mem
Question 2 tex
Question 3 numbe
Question 3 Comments memo
Quesiton 4 numbe
Question 4 Comments mem
Quesiton 5 tex
tblquestion2answer
Field
Lexingto
Regional
Bot
I have set up a query for reporting purposes that averages the number fields which are answers to ratings quesitons on a scale 1 to 10. question 2 is text field which has its row sourced set to field list with a row source of "tblquestion2answers".
What I need to do is have the query count the total of each responce to question 2.. ie.... 22 Lexington, 50 Both, 50 Regional.
This seems like a pretty simple thing, but I have been having a very difficult time finding any suggestions.
tblquestionnair
Field names Field Typ
Quesiton 1 numbe
Question 1 Comments mem
Question 2 tex
Question 3 numbe
Question 3 Comments memo
Quesiton 4 numbe
Question 4 Comments mem
Quesiton 5 tex
tblquestion2answer
Field
Lexingto
Regional
Bot
I have set up a query for reporting purposes that averages the number fields which are answers to ratings quesitons on a scale 1 to 10. question 2 is text field which has its row sourced set to field list with a row source of "tblquestion2answers".
What I need to do is have the query count the total of each responce to question 2.. ie.... 22 Lexington, 50 Both, 50 Regional.
This seems like a pretty simple thing, but I have been having a very difficult time finding any suggestions.