ramblinrose
MIS
I use Crystal XIR2 and this is an access database.
I have clients that receive child care. I need to know the total months child care is received and the total consecutive months child care is received from the last date received by Parent SSN.
My report looks like this so far
Group 1 - Parent SSN
Group 2 - PeriodEndDate - (for each month)
Details (suppressed)
Group 1 Total months child care received is a running total of PeriodEndDate, distinctcount, evaluate on change of group 2, reset on group 1 (this works correctly)
I don't know how to get the consecutive months child care is received from the last date. The data can look like this
PeriodEndDate
04/15/2007
05/01/2007
05/25/2007
06/10/2007
07/10/2007
11/15/2008
11/30/2008
12/01/2009
12/01/2009
01/01/2010
So the end result I want is for the last record 01/01/2010 with a consecutive distinct count of months received of 3.
Thank you in advance.
I have clients that receive child care. I need to know the total months child care is received and the total consecutive months child care is received from the last date received by Parent SSN.
My report looks like this so far
Group 1 - Parent SSN
Group 2 - PeriodEndDate - (for each month)
Details (suppressed)
Group 1 Total months child care received is a running total of PeriodEndDate, distinctcount, evaluate on change of group 2, reset on group 1 (this works correctly)
I don't know how to get the consecutive months child care is received from the last date. The data can look like this
PeriodEndDate
04/15/2007
05/01/2007
05/25/2007
06/10/2007
07/10/2007
11/15/2008
11/30/2008
12/01/2009
12/01/2009
01/01/2010
So the end result I want is for the last record 01/01/2010 with a consecutive distinct count of months received of 3.
Thank you in advance.