How to Filter on Multiple Fields

P

Paputxi

I have a database that contains several fields that are checkboxes (i.e.,
Yes/No data types). Using Create > Query Design, I know how to easily create
a query which returns all the records where all the fields are checked (by
specifying Criteria =â€Yesâ€) , which is an AND situation. However, I want to
return all the records where any of the checkboxes are checked, that is, an
OR situation. How do I do that?

Thanks in advance.
 
E

Evi

You can just type that into the Criteria row under any one of the yes/no
fields

[Field1]=TRUE OR [Field2]=True OR [Field3]=True

Evi
 
C

Char

How do you use two OR fields and one AND field?

For example, I want to include everyone in my contacts database who receives
XMas Gifts OR Flowers, AND contains "Is Null" in Affiliation. I would like
to narrow down to those who do receive XMas Gifts OR Flowers and then from
those remove any that already have Affiliations.

Is there any significance to the order of the columns?
 
D

Duane Hookom

You would create two lines in the criteria and enter Is Null on both lines
and XMas Gifts on one of the lines and Flowers on the other line.
 

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