How do I display headings in subreports?

M

Mark Haley

This may be a double post.

I am attempting to create a report where the first few pages do not include
a haeading. All pages (subreports) need to include headings. How do I
accomplish this?

Thanks,
 
A

Allen Browne

Mark, I take it that the issue here is that you cannot use the Page Header
of the main report (because it appears on all the pages), and the Page
Header of the subreport does not work (becuase Access uses the main report's
Page Header instead)?

If that is the issue, you can create a group header in your subreport. Group
on something that will always be the same, so there is one group only. Set
the group header section's Repeat Section property to Yes. This header then
repeats at the top of each page.
 
M

Mark Haley

Allen,

Thanks, I'll give that a try
--
Mark


Allen Browne said:
Mark, I take it that the issue here is that you cannot use the Page Header
of the main report (because it appears on all the pages), and the Page
Header of the subreport does not work (becuase Access uses the main report's
Page Header instead)?

If that is the issue, you can create a group header in your subreport. Group
on something that will always be the same, so there is one group only. Set
the group header section's Repeat Section property to Yes. This header then
repeats at the top of each page.
 
Top