OptionButton Object [Access 2003 VBA Language Reference]

OptionButton
Properties

An option button on a form or report is a stand-alone control used to display a Yes/No value from an underlying record source

Note  This control should not be confused with the Dynamic HTML option button control used on a data access page. For information about an option button control on a data access page, see Option Button Control (Data Access Pages).

Using the OptionButton object

When you select or clear an option button that's bound to a Yes/No field, Microsoft Access displays the value in the underlying table according to the field's Format property (Yes/No, True/False, or On/Off).

You can also use option buttons in an option group to display values to choose from.

It's also possible to use an unbound option button in a custom dialog box to accept user input.

Properties | AddColon Property | AfterUpdate Property | AutoLabel Property | BeforeUpdate Property | BorderColor Property | BorderStyle Property | BorderWidth Property | ColumnHidden Property | ColumnOrder Property | ColumnWidth Property | Controls Property | ControlSource Property | ControlTipText Property | ControlType Property | DefaultValue Property | DisplayWhen Property | Enabled Property | EventProcPrefix Property | Height Property | HelpContextId Property | HideDuplicates Property | InSelection Property | IsVisible Property | LabelAlign Property | LabelX Property | LabelY Property | Left Property | Locked Property | Name Property | OldBorderStyle Property | OldValue Property | OnClick Property | OnDblClick Property | OnEnter Property | OnExit Property | OnGotFocus Property | OnKeyDown Property | OnKeyPress Property | OnKeyUp Property | OnLostFocus Property | OnMouseDown Property | OnMouseMove Property | OnMouseUp Property | OptionValue Property | Properties Property | ReadingOrder Property | Section Property | ShortcutMenuBar Property | SpecialEffect Property | StatusBarText Property | TabIndex Property | TabStop Property | Tag Property | Top Property | TripleState Property | ValidationRule Property | ValidationText Property | Value Property | Visible Property | Width Property

Methods | Move Method | Requery Method | SetFocus Method | SizeToFit Method

Events | AfterUpdate Event | BeforeUpdate Event | Click Event | DblClick Event | Enter Event | Exit Event | GotFocus Event | KeyDown Event | KeyPress Event | KeyUp Event | LostFocus Event | MouseDown Event | MouseMove Event | MouseUp Event

Parent Objects

Child Objects | Properties Object