R
rscott927
I am trying to query a survey repsonse table called tblMain. It look like this:
Name Q01 Q02 Q03
Joe 3 5 6
Jim 4 4 4
John 5 3 3
I am trying to show the number of 3s, 4s, 5s for each question (Q01, Q02,
Q03) in a report, but am unsure about how to query the table, WITHOUT having
to create a seperate query for each response (there are 14 questions in the
real table).
Thank you
Name Q01 Q02 Q03
Joe 3 5 6
Jim 4 4 4
John 5 3 3
I am trying to show the number of 3s, 4s, 5s for each question (Q01, Q02,
Q03) in a report, but am unsure about how to query the table, WITHOUT having
to create a seperate query for each response (there are 14 questions in the
real table).
Thank you