Footers

T

Teri

I need to be able to have my footer only show up on the last page of a
document.
Some docuemnts will only have one page, but some will have multiple pages.

How do I set it up for a footer to only print on the last page of a docutment
 
S

Suzanne S. Barnhill

Wrap your footer in an IF field with this syntax:

{ IF { PAGE } = { NUMPAGES } "Text you want on the last page only" }

Each pair of field delimiters (the things that look like curved braces but
can't be typed from the keyboard) must be inserted using Ctrl+F9. You can
type or paste anything you like between the quotes.
 

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