Page Headers in Group Headers

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

Guest

Some help needed for a Access reports novice.

It is easy to suppress the Page Header and Footer in the Report Header - but
can the page header also be suppressed in a Group Header,

Any help would be much appreciated

Jim Jones
 
Jim said:
It is easy to suppress the Page Header and Footer in the Report Header - but
can the page header also be suppressed in a Group Header,


You can use code in the group footer section's Format event
procedure to make the page header invisible. Then another
line of code in the group header section's Format event can
make it visible for the next page.

There's probably some other tricks that could be used, but
without knowing more about the effect you are trying to
achieve, it would not be productive to ramble on based only
on speculation.
 
Marshall

Many thanks for the response. I can understand the principle - I will enjoy
trying to get it to work

Thanks again

Jim Jones
 
Back
Top