ToggleButton.Value property (Access)
Determines or specifies whether the specified toggle button control is selected. Read/write Variant.
Syntax
expression.Value
expression A variable that represents a ToggleButton object.
Remarks
When the Value property is set to True, the toggle button is pressed in.
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.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.