Enabled Property

Applies To
Access for Microsoft 365 Access 2024 Access 2021 Access 2019 Access 2016

Applies to

BoundObjectFrame Object FormatCondition Object Page Object
CheckBox Object ListBox Object SubForm Object
ComboBox Object ObjectFrame Object TabControl Collection
CommandButton Object OptionButton Object TextBox Object
CustomControl Object OptionGroup Object ToggleButton Object

You can use the Enabled property to set or return the status of the conditional format in the FormatCondition object. Read/write Boolean.

expression.Enabled

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

Remarks

The Enabled property setting is a value that indicates whether the conditional format is enabled or disabled. True enables the conditional format. False disables the conditional format. The default is True.

The Enabled property is available only by using Visual Basic for Applications (VBA) code.

When the Enabled property is True, the conditional format can be displayed in the Conditional Formatting dialog box. The Conditional Formatting dialog box is available by clicking Conditional under Font on the Design tab (in Design view) or the Format tab (in Layout view).