I want to have a message displayed only on the first page of a mutltipage report (and not visible if the report only consisits of one page). I have tried:
=IIf([Page]>1,“Continued on next page”)
I know I need more specifics, but am unsure of the syntax. Any help is greatly appreciated.
=IIf([Page]>1,“Continued on next page”)
I know I need more specifics, but am unsure of the syntax. Any help is greatly appreciated.