I can't seem to figure out what I'm doing wrong here. I'm not getting any footer showing up at all.
Private Sub PageFooterSection_Format(Cancel As Integer, FormatCount As Integer)
Me.PageFooterSection.Visible = (Me.[Page] = 1)
End Sub
Anything else I might be doing wrong?