Application.Visible Property

Access Developer Reference

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.