Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 960 Bytes

Access.PageBreak.Visible.md

File metadata and controls

35 lines (20 loc) · 960 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PageBreak.Visible property (Access)
vbaac10.chm11678
vbaac10.chm11678
Access.PageBreak.Visible
bce10ac3-a7a5-5d0e-df76-b8222aa64267
02/27/2019
medium

PageBreak.Visible property (Access)

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

Syntax

expression.Visible

expression A variable that represents a PageBreak 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]