Assigning a filter to a subreport

R

Renee

Good morning all,

I have a form set up for users to select and combine various options. On the
command button's OnClick event, I have the selections build a filter which is
then applied to the report using the DoCmd feature. My problem is the filter
is not also applied to the sub-report.

Is there a way to set the subreport's filter to the same filter applied to
the main report. If so, is there a way to remove the filter from the
subreport on the report's close event?
 
Top