Hi all - having a problem with an old application I did few years ago. User now wants his logo at bottom of page 1 only. But still wants to have page numbering on all pages. Have been tinkering around with the PageFooterSection_Format code as below that I found on these forums ...
Private Sub PageFooterSection_Format(Cancel As Integer, FormatCount As Integer)
Cancel = Page > 1
End Sub
This works to hide the logo after page 1 but also hides the page numbering after page 1.
Am just a novice with access code so sorry if too simple??
Private Sub PageFooterSection_Format(Cancel As Integer, FormatCount As Integer)
Cancel = Page > 1
End Sub
This works to hide the logo after page 1 but also hides the page numbering after page 1.
Am just a novice with access code so sorry if too simple??