repeated page footer note

G

Guest

Hi,

Just wonder if there is a way to only show page footer at the last page
instead of showing page footer every page?
 
M

Marshall Barton

Kevin said:
Just wonder if there is a way to only show page footer at the last page
instead of showing page footer every page?


Make sure that you have a text box (anywhere on the report)
that refers to Pages. Then use thid line of code in the
page header section's Format event:

Me.Section(4).Visible = (Me.Page = Me.Pages)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top