Select query depending on two criteria

R

Randy

I have a query that I want to select records based on two sets of criteria.
I want to select if the ship date is less than two years OR there is a qty on
hand. How would the query be setup? Thanks for your assistance.
 
R

Rick B

Randy:

You would put the criteria for one field on the first row in the criteria
section in the query builder window.

Then, put the criteria for the second column on the next row inthe criteria
section.

Placing criteria on separate rows creates an OR condition. Putting criteria
on the same row creates an AND condition.

Rick B
 

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