Option buttons

C

Claudia

Coming back with a rephrased question:
I have to use Yes / No buttons in a table with many questions, all of them
to be answered by Yes / No.

How can I make this possible in pairs of option buttons? Currently, clicking
one option, will clear all the others in the whole table.
 
S

Suzanne S. Barnhill

That article is about check box form fields, not option buttons. If these
really are option buttons and not check boxes, then Jay Freedman's answer to
a similar question is correct:

Open the Properties dialog for each option button in turn. Those that should
behave as a group must all be given the same value of the GroupName
property.
Those that are given different values of GroupName will form separate
groups.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

Stefan Blom said:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top