Hi,
I tried to make the Page Header and the Page Footer not to show up in the Report Footer using the
following code:
Private Sub ReportFooter_Format(..)
Me.pageheadersection.visible=false
Me.pagefootersection.visible=false
End sub
It ends up, that the page header and footer are not visible on all pages.
How can I make them visible on all pages but not on the last one.
TIA
Andreas