Create an option group using the GroupName property
- Place all required OptionButton controls on the form. Note that option buttons in a MultiPage or Frame will automatically form an option group.
- Identify the buttons for each group you want to create.
- Enter a value for the Name property of each control.
- For each button in a group, set the GroupName property to the same value.