Page breaks within a subreport

  • Thread starter Thread starter Sam D
  • Start date Start date
S

Sam D

Hi all and thanks for reading,

I'm working on a school's reports database. The final report contains a
subreport, called FinalReportSub (which also contains various other
subreports and extensive use of VBA). The FinalReportSub report generates
the individual subject reports and is used within various versions of the
parent report.

The school has requested that just two subject reports be printed per page,
rather than however many naturally fit. I thought that sounds simple! Just
add a page break to FinalReportSub and change its visible property for every
second subject. This works fine when just viewing the FinalReportSub, but
the page breaks do not work when the main report is generated.

Any ideas????

Sam
 
Back
Top