Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 943 Bytes

Access.Report.Visible.md

File metadata and controls

33 lines (20 loc) · 943 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Report.Visible property (Access)
vbaac10.chm13735
vbaac10.chm13735
Access.Report.Visible
b860f01b-3a3e-14ab-686b-402fef0027f9
02/27/2019
medium

Report.Visible property (Access)

Returns or sets whether the object is visible. Read/write Boolean.

Syntax

expression.Visible

expression A variable that represents a Report object.

Remarks

To hide an object when printing, use the DisplayWhen property.

Use the Visible property to hide a control on a form or report by including the property in a macro or event procedure that runs when the Current event occurs. For example, you can show or hide a congratulatory message next to a salesperson's monthly sales total in a sales report, depending on the sales total.

[!includeSupport and feedback]