R
RobynH
Guest
I have a small table with 46 fields that I now have to perform some calculations on .
IE: for one field that has a possible answer of 1, 2, 3, 4 or 5 (ratings) I need to find out:
The number of respondents who chose a value in the field
number of respondents who chose each value (# of 1's, # of 2's etc)
the number of respondents who did not choose a value
Do I have to make a query for each count of each number and then pull those queries into another query so that I can display them or is there a better way to do it?
Thanks in advance
Robyn
IE: for one field that has a possible answer of 1, 2, 3, 4 or 5 (ratings) I need to find out:
The number of respondents who chose a value in the field
number of respondents who chose each value (# of 1's, # of 2's etc)
the number of respondents who did not choose a value
Do I have to make a query for each count of each number and then pull those queries into another query so that I can display them or is there a better way to do it?
Thanks in advance
Robyn