Filtering records in a report

G

Guest

Hi,

I have a query which lists answers to 25 questions from a survey. The
Answers are True, False and N/A. The query lists any individuals that have
answered False or N/A for any of the 25 questions.

I want to produce a report to show the Indivduals name and then list which
question numbers they answered False or N/A to. I do not want the report to
show any questions that were answered as True.

I have tried using an iif Statement but do not know how to use multiple iif
statements. I'm not even sure that this is the easiest route to go.

Any help would be much appreciated.

Many thanks
 
G

Guest

Hi.
What about using a query where you simply set the condition of the response
to <>"true" or <> "Yes", which format you use will depend on what you have in
your table.
Hope this helps.
Fons
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top