Section.WillContinue property (Access)
Determines if the current section will continue on the following page. Read/write Boolean.
expression.WillContinue
expression A variable that represents a Section object.
Use this property to determine whether to show or hide certain controls, depending on the value of the property. For example, you may have a hidden label in a page header containing the text "Continued on next page." If the value of the WillContinue property is True, you can make the hidden label visible.
The following example displays a message box indicating whether the page header for the report Product Summary will continue on the following page.
MsgBox Reports("Product Summary").Section("PageHeaderSection").WillContinue
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.