M
Michael
Hi Folks - Here's my scenario:
I have a query with the following fields/data:
CaseID StatusDate Status
1 1/11/2005 Open
1 2/10/2005 Closed
2 1/13/2005 Open
3 1/17/2005 Open
3 2/19/2005 Closed
4 1/21/2005 Open
4 4/11/2005 Closed
5 4/24/2005 Open
I need to produce a query/report that displays all open cases. Seems pretty
straightforward until this ... If a case is opened AND closed in the
reporting period (quarterly), the case should NOT be considered open.
So, in the above example, there would be 2 OPEN cases for the period
1/1/2005 - 3/31/2005; CaseID 2 and 4. Make sense? Any ideas?
Michael
I have a query with the following fields/data:
CaseID StatusDate Status
1 1/11/2005 Open
1 2/10/2005 Closed
2 1/13/2005 Open
3 1/17/2005 Open
3 2/19/2005 Closed
4 1/21/2005 Open
4 4/11/2005 Closed
5 4/24/2005 Open
I need to produce a query/report that displays all open cases. Seems pretty
straightforward until this ... If a case is opened AND closed in the
reporting period (quarterly), the case should NOT be considered open.
So, in the above example, there would be 2 OPEN cases for the period
1/1/2005 - 3/31/2005; CaseID 2 and 4. Make sense? Any ideas?
Michael