Good Morning,
I have a survey database where for the most part one question represents one field in the table.
For several questions multiple fields represent the same question. For example there is a question
What type of temporary accommodation have you used? (on a form). The user is then able to select
more than one answer. This question is represent in the table by the following YES/NO fields:
Q6Shelter Q6Freind Q6University Q6YWCA ect...
I need to count the number of yes answers, and the number of no answers for each part of question 6.
So the query should look like
Q6Shelter Count Q6Friend Count Q6University Count
yes 12 yes 54 yes 21
no 14 no 67 no 7
How does one accomplish this? Thanks for you time