Oh well, its not a huge problem I guess! :)
I've tried in the Print event as well. Tried in both, tried each separately, same effect. Even tried it with an If...Then just in case.
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?