Pass WHERE clause to Sub-Report

  • Thread starter Thread starter QB
  • Start date Start date
Q

QB

I have a main report with a unbound sub-report. How can I pass the WHERE
clause used to filter the Main report to this sub-report?

Thank you,

QB
 
I either add some criteria in the subreport's record source query or change
the SQL property of the subreport's saved query record source.
 
Back
Top