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...