Visible Property

       

When used with the Application object, returns or sets whether a Microsoft Access application is minimized. You can also use the Visible property to show or hide a form, report, form or report section, data access page, or control. This may be useful if you want to maintain access to information on a form without it being visible. For example, you could use the value of a control on a hidden form as the criteria for a query. Read/write Boolean; True if visible/minimized, False if not visible/not minimized.

expression.Visible

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

Remarks

For the Application object:

Note   When the Visible property of the Application object is set to False, the application is minimized but isn't hidden from the user.

For all other objects: