MaxRecButton Property

MaxRecButton Property

See Also                  Applies To

You can use the MaxRecButton property to specify or determine if the maximum record limit button is available on the navigation bar of a form in Datasheet view or Form view.

Note   This property is only available for forms within a Microsoft Access project (.adp).

Setting

The MaxRecButton property uses the following settings.

Setting Visual Basic Description
Yes True (–1) (Default) The maximum record limit button is available to the user.
No False (0) The maximum record limit button is unavailable to the user.

You can set this property by using the property sheet, or Visual Basic.