Report.ControlBox property (Access)
Specifies whether a report has a Control menu in Report view. Read/write Boolean.
Syntax
expression.ControlBox
expression A variable that represents a Report object.
Remarks
The default value is True.
Setting the ControlBox property to False also removes the Minimize, Maximize, and Close buttons on a form.
It can only be set 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.