How can I set a filter for a subreport? I want the user to be able to click a button and then have the report open with a specific filter applied to three subreports on the report. Any ideas? Thanks!
Is it always the SAME filter on each subreport?
As in subReportA always has FilterA
subReportB always has FilterB etc.. ..
If so thew hard code the Filter into the Filter Ppoperty of the Report design that is the subForm in each case.
OR
Is the filter just matching fields in the subReport with fields in the main report?
If so use the LinkParent and LinkChild properties in the subForm control
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.