TimBiesiek
Programmer
Hi all,
Am using CR9, and want a subreport to look up data based on other values in my main report.
I have created 2 parameters that hold the minimum and maximum dates, and I want the sub report to pull up all data from a different, unlinkable table based on this date range.
I have tried the following in the record selection formula, but to no avail:
Any help would be hugely appreciated!!!
Am using CR9, and want a subreport to look up data based on other values in my main report.
I have created 2 parameters that hold the minimum and maximum dates, and I want the sub report to pull up all data from a different, unlinkable table based on this date range.
I have tried the following in the record selection formula, but to no avail:
Code:
{dlg_AreaCodes.Area_Code} = {?Pm-dlg_AreaCodes.Area_Code} and
{arc_Round.DueDate} >= {?Pm-Min of dlgV_055_ArcRoundMinMaxRTime.RDate}
and
{arc_Round.DueDate} <= {?Pm-Max of dlgV_055_ArcRoundMinMaxRTime.RDate}
Any help would be hugely appreciated!!!