Conditional Footers

F

fellaf

Hi I'm trying to create a conditional footer that will say "Continued
on page <Next Page>" only if the current page number is less than the
number of pages.

I originally tried to get this all to work in one field but that
wasn't going well so I deciced to put the text in one field and then
the next page in another.

I can get it to print " Continued on page" on every page but the last
page using "IF" statments but i cant get it to print the next page.

I tried using {PAGE + 1} and also {{PAGE} + 1} but neither work.

Then entire field code looked something like this:

{IF {PAGE} < {NUMPAGES} {PAGE + 1}""}

Anyone have any ideas?
 
Top