phillsheen
Registered User.
- Local time
- Today, 15:16
- Joined
- Jun 12, 2006
- Messages
- 86
Hi,
I have a problem with my query. I have a table which has a record of payments, the fields are
id/datepaid/reference/amount
My first query works fine. its simply to find the payments between two dates. The criteria is Between [Enter Start Date] And [Enter End Date] which is under datepaid. This query is saved as qrydatepaid.
The problem Im having is when I try to use this query in another query.
My other query is to show the dates not paid between the dates. I want to do this simply by adding qrydatepaid into a new query (qrydatenotpaid) and putting Is Null in the criteria under datepaid.
When I do this it just comes up blank.
Does any one know what Im doing wrong with this?
Cheers
Phill
I have a problem with my query. I have a table which has a record of payments, the fields are
id/datepaid/reference/amount
My first query works fine. its simply to find the payments between two dates. The criteria is Between [Enter Start Date] And [Enter End Date] which is under datepaid. This query is saved as qrydatepaid.
The problem Im having is when I try to use this query in another query.
My other query is to show the dates not paid between the dates. I want to do this simply by adding qrydatepaid into a new query (qrydatenotpaid) and putting Is Null in the criteria under datepaid.
When I do this it just comes up blank.
Does any one know what Im doing wrong with this?
Cheers
Phill