WillContinue Property

Applies To

Report.

Description

You can use the WillContinue property to determine if the current section will continue on the following page.

Setting

The WillContinue property is set by Microsoft Access and is read-only in all views.

Value

Description

True (–1)

The current section continues on the following page.

False (0)

The current section doesn't continue on the following page.


You can get the value of the WillContinue property by using a macro or Visual Basic.

Remarks

You can 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.

See Also

HasContinued property.