OptionButton.Value Property

Access Developer Reference

Determines or specifies whether or not the specified option button is selected. Read/write Variant.

Syntax

expression.Value

expression   A variable that represents an OptionButton object.

Remarks

Set to True to select the option button. 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.

Bb216887.vs_note(en-us,office.12).gif  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.