Simple query?

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

Another stupid question.

I have 5 fields in the same table. Field A,B,C,D,E,F

I want to create a query, to retrieve records where Field A (yes) OR
Field B (yes) . Field A and B are yes/no.

How do I do it using the simplest method?

Thanks.
 
Hi Aaron, in your query design, put Yes into the Criteria row for columns A
and B.

Frank
 
Thanks Steve, that's right. I will read more closely in future before
putting fingers to keyboard.
 
Back
Top