Page header position

  • Thread starter Thread starter Abro via AccessMonster.com
  • Start date Start date
A

Abro via AccessMonster.com

I am trying to move my page header to display below the section header
because I have a chart on the first page and the page header displays above
it. The chart is in the section header because I need it to change each time
the section changes.

Is there a way to move the page header location on a report?
 
You cannot move the page header, but you could fudge it with another group
header that repeats on each page.

Say your group header is based on the field ID. In the Sorting And Grouping
dialog (View menu), choose the ID field again on the next line. Access gives
you a 2nd group header. Set the Repeat Section property to Yes. This section
will now appear at the top of each page, so move everything from the Page
Header into this lower group header.
 
Back
Top