keep signatures lines at Bottom of Last page

B

babs

I have a report with signature lines that I would like to keep at the bottom
of the last page of the report. I put them in the report footer-not what I
want, put them in the client id footer(main grouping of report). It ends up
anywhere on the last page depending on the rest of the report. WOULD like it
to stay at the BOTTOM of the report.

Thanks,
Barb
 
F

fredg

I have a report with signature lines that I would like to keep at the bottom
of the last page of the report. I put them in the report footer-not what I
want, put them in the client id footer(main grouping of report). It ends up
anywhere on the last page depending on the rest of the report. WOULD like it
to stay at the BOTTOM of the report.

Thanks,
Barb

Add a control to the report to calculate [Pages], i.e. = [Pages]. You
can make this control not visible if you wish.

If you have just a few known signatures, place them in the page
footer.
Set the PageFooter Format event to:

[ControlName].Visible = Me.[Page] = [Pages]

They'll only show on the final page.
 

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