Thread: [Solved] Need help with Field Codes
View Single Post
 
Old 07-23-2015, 01:32 PM
Cosmo Cosmo is offline Windows Vista Office 2007
Competent Performer
 
Join Date: Mar 2012
Posts: 240
Cosmo is on a distinguished road
Default

Ok, I'm making progress constructing the field, I have the following to calculate if the required section is on the next page or not:

=({PAGEREF CONT} > {PAGE} + 1)

...and that is working. Now I need to insert that into an IF statement, and be able to concatenate 'page ' with the page#. I think I may get there eventually.
Reply With Quote