Hi All,
I've created a table that take the results of a questionaire, with
0 = No
1 = Yes
2 = N/A
For each question I want to count the number of Yes, No and N/A in one query. I can get the result for one question by using Count with the critera set to = 0 or =1 or =2, but can't do it for multiple questions in one query and I don't really want to create 33 query for each answer and then join them.
I have attached the table that I'm using cos I'm not usually very good at explaining things.
Thank You
I've created a table that take the results of a questionaire, with
0 = No
1 = Yes
2 = N/A
For each question I want to count the number of Yes, No and N/A in one query. I can get the result for one question by using Count with the critera set to = 0 or =1 or =2, but can't do it for multiple questions in one query and I don't really want to create 33 query for each answer and then join them.
I have attached the table that I'm using cos I'm not usually very good at explaining things.
Thank You