J
jack
Hi,
I am trying to use the following code to give me a page
footer on the last page of a report only.
Which works great if my report is more then one page but
if it is only one page the footer doesn't appear, could
someone help
Add an unbound control to the page footer
set it's control source to =[pages]
Then code the page header format event to
Me.section(4).visible = [page] = [pages]
This will hide the entire page footer until the final page.
Thanks in advance
I am trying to use the following code to give me a page
footer on the last page of a report only.
Which works great if my report is more then one page but
if it is only one page the footer doesn't appear, could
someone help
Add an unbound control to the page footer
set it's control source to =[pages]
Then code the page header format event to
Me.section(4).visible = [page] = [pages]
This will hide the entire page footer until the final page.
Thanks in advance