Report.MinMaxButtons property (Access)
Use the MinMaxButtons property to specify whether the Maximize and Minimize buttons will be visible on a report. Read/write Byte.
Syntax
expression.MinMaxButtons
expression A variable that represents a Report object.
Remarks
The MinMaxButtons property uses the following settings.
Setting | Visual Basic | Description |
---|---|---|
None | 0 | The Maximize and Minimize buttons aren't visible. |
Min Enabled | 1 | Only the Minimize button is visible. |
Max Enabled | 2 | Only the Maximize button is visible. |
Both Enabled | 3 | (Default) Both the Minimize and Maximize buttons are visible. |
You can set the MinMaxButtons property only in form Design view.
Support and feedback
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.