Tekhelpnet
Technical User
How do I prevent information in Report Header to be printed on a last page? Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Cancel = ([Page] = [Pages])
Cancel = ([Page] = [Pages])
If [Page] = [Pages] Then
Cancel = True
Else
Cancel = False
End If