Query Criteria question

  • Thread starter Thread starter daniel
  • Start date Start date
D

daniel

In a query; the fields are:
CustomerID, Customer, NotPaid, Overdue, Outstanding.
Where Notpaid is under 10 days, overdue is over 10 days, outstanding is over
30 days.
I need to see NotPaid and Overdue only.
If I type True in both Criterias, it shows nothing. I can only go with one
True.
How can I do it so I can see both but no other data which would be
irrelevant?
I know I can do one form NotPaid, the other Overdue, then show both pages.
I am trying to avoid that.
 
You need an Or statement. In the query design view put the True for the two
fields on different lines on the Criteria.
 
Thank you so much. It works!
Henry

Jerry Whittle said:
You need an Or statement. In the query design view put the True for the
two
fields on different lines on the Criteria.
 

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