How to print sub-reports on separate pages?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report having 15 sub-reports and need to print each sub-report on
separate page. I’ve considered using the grouping feature, but MS Access
allows no more than 10 groups. Any other idea?

Also, does anyone have experience developing report having variable group
headers (a function of source record field values)?

Thanks.
 
I have not tried this, but why not just include a form feed (from the tool
box) before each sub report, or in the subreport header?
 
Len said:
I have a report having 15 sub-reports and need to print each sub-report on
separate page. I’ve considered using the grouping feature, but MS Access
allows no more than 10 groups. Any other idea?

Also, does anyone have experience developing report having variable group
headers (a function of source record field values)?


Place a PageBreak control between each subreport.
 
Rick, Could you advise me please how to get the form feed control (I have
Access 2000-2003 and could not find this control in the Toolbox)?
 
Back
Top