• Printing footer on 1 page (2003)

    • This topic has 3 replies, 2 voices, and was last updated 17 years ago.
    Author
    Topic
    #450087

    Is there a way to print a footer only on page 1 and not on the others?

    Viewing 1 reply thread
    Author
    Replies
    • #1105095

      Try putting code in the On Print event of the Detail section:

      Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
      Me.PageFooterSection.Visible = (Me.Page = 1)
      End Sub

      Substitute the actual name of the footer section.

    • #1105097

      Will this work if I wanted to display a text box message on page one only??

    Viewing 1 reply thread
    Reply To: Printing footer on 1 page (2003)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: