Hello everybody, I have an old problem with a Report.
thread703-943831
I would like to print the Page Footer only on the last page, but when the page is full sometimes the Page Footer doesn't appears.
I'm using the next code on Page Header Section Format event to make the Page Footer apear only on the last page:
I think the problem is than when the code is run the Me.Pages value is unknown.
Any ideas on how to print the Page Footer only on the last page?
Thank's for the help.
Best Regards
Patricia Jocobi
thread703-943831
I would like to print the Page Footer only on the last page, but when the page is full sometimes the Page Footer doesn't appears.
I'm using the next code on Page Header Section Format event to make the Page Footer apear only on the last page:
Code:
Me.PageFooterSection.Visible=(Me.Page=Me.Pages)
I think the problem is than when the code is run the Me.Pages value is unknown.
Any ideas on how to print the Page Footer only on the last page?
Thank's for the help.
Best Regards
Patricia Jocobi