Hi,
I have a similar issue as Adna and I tried your solution. It sort of worked
for me, but perhaps you could assist me further with more specifics?
My issue: I have a report that has a Detail Section that can grow. I have
set up Signature lines to appear in the Footer and I would like it to show up
on the last page of the report...whether it is 1, 2, or 3 pages long. Do you
know how i might set that up?
I appreciate any assistance you can provide.
Thanks,
Dev
Wayne-I-M said:
Hi
Put this is the "page header" OnFormat event
Private Sub PageHeaderSection_Format(Cancel As Integer, FormatCount As
Integer)
Me.Section(4).Visible = Me.[Page] = 1
End Sub
--
Wayne
Manchester, England.
adna said:
Hi,
Anyone know of a way to get a report's page footer to only show on the first
page?
Thanks