S
Sandra P
I have a start date field and an end date field which are service dates.
What I want to be able to do is a query that says I want all records returned
for any client that has active service between 1/1/06 and 6/30/06 (for
example). Using that example, if my start date was 9/1/05 and my end date
was 2/28/06, then a record would be returned...or if my start date was 5/1/06
and my end date was 9/30/06, a record would be returned...or if my start date
was 12/31/05 and my end date was 1/31/06, a record would be returned.
The way I have it written right now is this:
In the start date column (in the query) I have >= start date
In the end date column (in the query) I have <= end date
If I put in the criteria from above, 1/1/06 for the start date and 6/30/06
for the end date, it would only return records that were between 1/1/06 and
6/30/06.
Any ideas?
What I want to be able to do is a query that says I want all records returned
for any client that has active service between 1/1/06 and 6/30/06 (for
example). Using that example, if my start date was 9/1/05 and my end date
was 2/28/06, then a record would be returned...or if my start date was 5/1/06
and my end date was 9/30/06, a record would be returned...or if my start date
was 12/31/05 and my end date was 1/31/06, a record would be returned.
The way I have it written right now is this:
In the start date column (in the query) I have >= start date
In the end date column (in the query) I have <= end date
If I put in the criteria from above, 1/1/06 for the start date and 6/30/06
for the end date, it would only return records that were between 1/1/06 and
6/30/06.
Any ideas?