O
Odniel
I used the following code to hide the PageFooterSection of my report on the
first page:
Private Sub PageHeaderSection_Format(Cancel As Integer, FormatCount As
Integer)
Me.PageFooterSection = ([Page] > 1)
End Sub
When I do this, however, the PageFooterSection is not visible on the second
page, either. What am I doing wrong? Thanks in advance.
first page:
Private Sub PageHeaderSection_Format(Cancel As Integer, FormatCount As
Integer)
Me.PageFooterSection = ([Page] > 1)
End Sub
When I do this, however, the PageFooterSection is not visible on the second
page, either. What am I doing wrong? Thanks in advance.