O
Ofer
After you get the year parameter, use the filter of the
month as follow:
On the year sub - "Year(mydate)=YearGivenParameter"
and on each quarter sub - "Year(mydate)=YearGivenParameter
and Month(MyDate) in (1,2,3)"(first quarter)
If you want to use the same sub for all 5 reports then put
the filter in LinkChildField and LinkMasterField.
I hope it make sense.
month as follow:
On the year sub - "Year(mydate)=YearGivenParameter"
and on each quarter sub - "Year(mydate)=YearGivenParameter
and Month(MyDate) in (1,2,3)"(first quarter)
If you want to use the same sub for all 5 reports then put
the filter in LinkChildField and LinkMasterField.
I hope it make sense.