Group Headers above Page Headers

Val

Registered User.
Local time
Today, 16:17
Joined
Nov 5, 1999
Messages
30
Is there a way to have group Header appear before the Page Header? I have a report and the group header gives the title and date for the report and I want to use the page header for the column names, but now the column names appear above the Title.
 
No. You have to work within the constraints of the bands which Access defines. They appear in the following order and you cannot change them:
Report Header
Page Header
Group1 Header
Group2 Header
Groupn Header
Detail
Groupn Footer
Group2 Footer
Group1 Footer
Page Footer
Report Footer.

Of course in most reports, all of these bands will not appear on every page. The Group headers and footers only appear on breaks, the Report Header and Footer appear only once for the entire report and the Page Header and Footer appear on every page.
 

Users who are viewing this thread

Back
Top Bottom