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?
 
Data should be visible in all fields. Queries filter out records, not
fields.
 
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".
 

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

Back
Top