How do I hide the page number on the last page (back cover)?

K

Kimberly L

The last page of my document will be it's back cover. How do I hide the page
number so that it doesn't print on the cover?
 
G

garfield-n-odie [MVP]

You could use a conditional page number field:
{ IF { PAGE } <> { NUMPAGES } { PAGE } }
 
Top