Mutually exclusive checkboxes

A

andruet

How do you make checkboxes in a WORD form mutually exclusive? I do NOT work
in code. Can this be done using the standard "Developer" functions provided
in Word.
I am creating a form with several lines of questions. Each is to be answered
using Yes/No/NA checkboxes. Only a single box should be checked.
 
Y

Yves Dhondt

What you are describing is actually the functionality of radio buttons.
Can't you use those instead of checkboxes? It would also be more
userfriendly as people would find it 'normal' to only be able to select one
radio button.

Yves
 
Top