... don't mix too well.
Fox example now I have a report which has several subreports. The subreport has an on open event:
Me.Filter = Forms![Form-X].Filter
Me.FilterOn = True
This works fine when opening the subreport alone. But when opening the actual report (that holds the subreport) - the filter in the subreport doesn't work.
So how the h*ll am I supposed to use the filter from a form in a subreport?
Thanks guys.
Fox example now I have a report which has several subreports. The subreport has an on open event:
Me.Filter = Forms![Form-X].Filter
Me.FilterOn = True
This works fine when opening the subreport alone. But when opening the actual report (that holds the subreport) - the filter in the subreport doesn't work.
So how the h*ll am I supposed to use the filter from a form in a subreport?
Thanks guys.