Application.Visible property (Access)
Returns or sets whether a Microsoft Access application is minimized. Read/write Boolean.
Syntax
expression.Visible
expression A variable that represents an Application object.
Remarks
When an application is launched by the user, the Visible and UserControl properties of the Application object are both set to True. When the UserControl property is set to True, it isn't possible to set the Visible property of the object to False.
When an Application object is created by using Automation, the Visible and UserControl properties of the object are both set to False.
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.