Query

G

Guest

I have a query with the following fields
Service Date
Hotel Amount
Credit Card Amount
TA Number
Full Name
Right now I have Service date----Is not null in the critiera
How do I set the critera for Hotel Amount and Credit Card Amount. If both
of these do not have an amount then I don't want them to show?
Thanks
Chey
 
A

Allen Browne

Below the Criteria row in query design is a series of rows labelled Or. You
want to exclude the records where both fields are null, and also any records
where Service Date is null.

Your criteria will therefore look like this:

[Service Date] [Hotel Amount] [Credit Card Amount]

Is Not Null Is Not Null
Is Not Null Is Not
Null
 

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

Similar Threads

Complex Question 1
Access 2003 Form Tab Order programing 9
aged debtors 1
Sum 4 Fields with conditions 4
How 2 avoid sub-reports? 2
null 8
Help with DSUM 3
create a report based on conditions 9

Top