How to design this query?

  • Thread starter Thread starter smith
  • Start date Start date
S

smith

In the condition that Data in Filed A> Field B or Field A > Field C, Data
in all fields is visible when I run the query.

How to design this query?
 
Open a new query with your table as the source. Set the criteria under the
FieldA column like:
[Field B]
[Field C]

Make sure you use two lines in the criteria grid to get an "OR" rather than
an "AND".
 
Back
Top