Create 2 seperate formulas, one for your start as StartDate:
Dateadd('yyyy',-1,minimum({?Date Range}))
and one for your end as EndDate:
Dateadd('yyyy',-1,maximum({?Date Range}))
Right click on the subreport and select Change Sub report links.
Add @StartDate and @EndDate as new linking options.
In your SUbReport design you will now see 2 new params
In your select statment in the subreport add
Edited by DBlank - 03 Mar 2010 at 9:47am