I'm using PageMofN function on the report which produces 8 pages. Client wants paragraph on page 8 to print on Page 7 of 8. Used formula PageNumber<>TotalPageCount-1 so that it worked. But now I need the page numbering on report to read Page 1,2,3,4,5,6,7 of 7 instead of Page 1,2... of 8 since page 8 does not show/print. I tried using the Reset Page number, but it does not work. Anyone else have another idea?