Removing unwanted headers from the bottom of a page

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

Guest

I have a report that uses a page header and a group header. When I print the
report, there are some pages in which the page header and group header appear
at the bottom of page and the corresponding details appear on the following
page. Is there anyway to have MS Access print these headers only when it can
print the details on the same page?
 
I have a report that uses a page header and a group header. When I print the
report, there are some pages in which the page header and group header appear
at the bottom of page and the corresponding details appear on the following
page. Is there anyway to have MS Access print these headers only when it can
print the details on the same page?

I'm confused.
1) By definition, a Page Header can ONLY appear at the TOP of the new
page, so perhaps you have a different Group Header that you are
seeing.

You can:
a) Set the Group Header ForceNewPage property to Before Section.
This is located on the Group property's Format tab.
or
b) Set the Group's Keep Together property to 'With First Detail'.
It's located on the Group Sorting and Grouping dialog.

2) or the Page Header is printing underneath the Report Header (on
just the first page of the report, which is normal).
 
Thanks for the help. My report has a page header and group headers. My
problem was with the group headers appearing at the bottom of the page
without any details.

-Karen
 
Back
Top