다음을 통해 공유


CheckBox.Value Property (Access)

Determines or specifies whether or not the specifed check box is checked. Read /write Variant.

Syntax

.Value

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.

참고

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.

참고 항목

개념

CheckBox Object

CheckBox Object Members