Heading in sub-reports

  • Thread starter Thread starter Miguel A. Velez
  • Start date Start date
M

Miguel A. Velez

How can I get headings in sub-reports to be generated
everytime a new page is started?

I get the heading defined in the master report in
the "Page Header" section coming out, but I can't get the
heading in the same section in the sub-report to come out.

Can anyone help?

Miguel
 
As you found, the PageHeader and PageFooter sections of a subreport are
ignored, and Access uses the sections for the main report instead.

You can simulate them, by creating a Group Header in your subreport, and
setting its Repeat Section property to Yes so it repeats on each new page.
 
Thank you Allen, that worked very nicely.

Miguel
-----Original Message-----
As you found, the PageHeader and PageFooter sections of a subreport are
ignored, and Access uses the sections for the main report instead.

You can simulate them, by creating a Group Header in your subreport, and
setting its Repeat Section property to Yes so it repeats on each new page.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.




.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top