MaxRecButton Property

Microsoft Access Visual Basic

expression.MaxRecButton

expression    Required. An expression that returns one of the objects in the Applies To list.

Remarks

The MaxRecButton property uses the following settings.

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

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

Example

This example makes the maximum record limit button on the "Order Entry" form unavailable to the user.

Forms("Order Entry").MaxRecButton = False