HasContinued Property

Applies To

Report.

Description

You can use the HasContinued property to determine if part of the current section begins on the previous page.

Setting

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

Value

Description

True (-1)

Part of the current section has been printed on the previous page.

False (0)

Part of the current section hasn’t been printed on the previous page.


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

Remarks

You can use the HasContinued 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 from previous page”. If the value of the HasContinued property is True, you can make the hidden label visible.

See Also

WillContinue Property.