L
Laura
I have created a dbase for a survey asking respondents to
rate 15 different questions with a rating of 1-5 (5 being
best). In the table are fields for each of the 15
questions in the survey (field names are Q1, Q2, Q3,
etc.). Entered in the survey (table) are responses
(ratings) for each question.
I am wanting to create a report that takes ONLY responses
with a 3 or higher rating for EACH question. So say that
Q1 someone rated it a 4, but that same person rated Q2 a
1, I want to keep the data from Q1 (since it's 3 or
higher) and NOT Q2 (because it's less than 3).
I have been trying to design a query that would say "If
Q1 is greater than 2, leave that number, else indicate 0"
and have that same criteria for EACH question in the
query. Is this possible?
I appreciate anyone's expertise and assistance!
rate 15 different questions with a rating of 1-5 (5 being
best). In the table are fields for each of the 15
questions in the survey (field names are Q1, Q2, Q3,
etc.). Entered in the survey (table) are responses
(ratings) for each question.
I am wanting to create a report that takes ONLY responses
with a 3 or higher rating for EACH question. So say that
Q1 someone rated it a 4, but that same person rated Q2 a
1, I want to keep the data from Q1 (since it's 3 or
higher) and NOT Q2 (because it's less than 3).
I have been trying to design a query that would say "If
Q1 is greater than 2, leave that number, else indicate 0"
and have that same criteria for EACH question in the
query. Is this possible?
I appreciate anyone's expertise and assistance!