Print a report with sub reports

  • Thread starter Thread starter Maran
  • Start date Start date
M

Maran

I want to print a report which has sub report.
The sub report should take value from the field, chosen from a combo box.

note: I have used a macro to print the main report too, but not the same
criteria for the sub report.

There is no parent child link between the main and sub report. It is just a
report footer.

thanks
maran
 
I believe the simplest method is to reference the "value from the field,
chosen from a combo box" in the criteria of the subreport's record source.
 
Back
Top