Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 985 Bytes

Access.CheckBox.Value.md

File metadata and controls

38 lines (22 loc) · 985 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
CheckBox.Value property (Access)
vbaac10.chm10691
vbaac10.chm10691
Access.CheckBox.Value
a19b0395-eebb-42d6-58b8-affbe56a72b5
02/26/2019
medium

CheckBox.Value property (Access)

Determines or specifies whether the specified check box is selected. Read/write Variant.

Syntax

expression.Value

expression A variable that represents a CheckBox object.

Remarks

Set to True to select the check box. The default value is False.

The Value property returns or sets a control's default property, which is the property that is assumed when you don't explicitly specify a property name.

Note

The Value property is not the same as the DefaultValue property, which specifies the value that a property is assigned when a new record is created.

[!includeSupport and feedback]