Option buttons

R

Reba

I have inserted option buttons into a microsoft word document, but I am having problems with them. I have inserted multiple option buttons so that people will be able to choose their answers. When you click on one and then another, the previous button does not stay chosen. How do I get the option buttons to stay chosen once they have been clicked?
 
C

Charles Kenyon

The idea of option buttons is that they are intended to be mutually
exclusive. Try checkboxes instead.
--

Charles Kenyon

See the MVP FAQ: <URL: http://www.mvps.org/word/> which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

Reba said:
I have inserted option buttons into a microsoft word document, but I am
having problems with them. I have inserted multiple option buttons so that
people will be able to choose their answers. When you click on one and then
another, the previous button does not stay chosen. How do I get the option
buttons to stay chosen once they have been clicked?
 
R

Roger Aikin

Or, if you really want to make several groups, each with
a mutually exclusive answer, assign each set a
GroupName. Do this by right clicking one of them, and
selecting "Properties" to open the Properties window.
Find the Property named "GroupName" and put something in
it. Out of all the option buttons with a particular
GroupName, only one is allowed to be selected.
 
Top