Query Builder: multiple nested OR groups like "(A OR B) AND (C OR D)"

  • Thread starter Thread starter Matt Seitz
  • Start date Start date
M

Matt Seitz

How can I use Query Builder to build a query of the form "(A OR B) AND (C OR
D)"?

When I try to do that, I can't seem to get Query Builder to create a second "OR"
group. The closest I can seem to come is either

1. A AND B AND (C OR D)
2. A OR B OR (C OR D)

Neither of which is what I want.
 
How can I use Query Builder to build a query of the form "(A OR B) AND (C
OR D)"?

When I try to do that, I can't seem to get Query Builder to create a
second "OR" group. The closest I can seem to come is either

1. A AND B AND (C OR D)
2. A OR B OR (C OR D)

Neither of which is what I want.

What does this have to do with Outlook?
 
Back
Top