How do I make sure only one option button will be selected?

  • Thread starter I have a good question
  • Start date
I

I have a good question

How do I make sure that only one option button will be selected? On my form
I have 2 options. If both options are clicked - then both options are
selected. There is no way to unselect an option you have already decided to
select either. what do I need to do here?
 
S

Spike

Look at the properties of the buttons (double click on each button)
In the properties section there are group numbers
Both must have the same group number
Example GROUP_1

Spike
 
I

I have a good question

Ahah... Thank you...

Spike said:
Look at the properties of the buttons (double click on each button)
In the properties section there are group numbers
Both must have the same group number
Example GROUP_1

Spike



.
 
Top