I have two dates for cases, on field is the date the case opened (Intake) and the other is the date the case closed. If I want to know what cases were active in a time period I need to do the following (we will use the entire 2003 as an example).
I need every case where:
If Intake Date is less than 1/1/2003 then Closed Date is greater than 1/1/2003.
And
If Intake Date is after 1/1/2003 then Intake Date is before 12/31/03.
Using these parameters I can get every case that was active in 2003. The question is, how to I put these dates in my query? I would like it to be a parameter query that asks for the first date and the second date (which in my example was 1/1/03 and 12/31/03, repectively).
Thanks!
I need every case where:
If Intake Date is less than 1/1/2003 then Closed Date is greater than 1/1/2003.
And
If Intake Date is after 1/1/2003 then Intake Date is before 12/31/03.
Using these parameters I can get every case that was active in 2003. The question is, how to I put these dates in my query? I would like it to be a parameter query that asks for the first date and the second date (which in my example was 1/1/03 and 12/31/03, repectively).
Thanks!