Okay, here's my scenario:
1 Main report with 12 subreports.
I want to display the subreports as long as the month used in the main reports' date parameter matches that month.
The main report will house data for a specific time period specified by the user and the subreports are set data for each of the 12 months of the year.
If the usere puts in a date range of 2009-10-01 thru 2009-10-31, I want the October subreport to display.
And if the user puts in a date range of 2009-10-01 thru 2009-12-31, I want the October, November, & December subreports to display.
Someone please help if you understand what I'm talking about.