Exclusive checkboxes

  • Thread starter Thread starter Jagdip Singh Ajimal
  • Start date Start date
J

Jagdip Singh Ajimal

I have three checkboxes:
- Yes
- No
- N/A

Obviously, I dont want the user to tick more than one box. Is there a
way I can do this?
 
I think most people would understand the Optionbuttons (the round radio buttons)
better. This is their standard behavior.
 
I did a quick test of this, and it looks like the options buttons do
what you claim. The problem is that they are all linked together, so
only one option button on the whole page/sheet can be selected. This
means this will not work for me.

For example, I have more than one question like:
1. question 1
- yes
- no
- N/A

2. question 2
- yes
- no
- N/A

If I select yes for question one, then great. If I then select no for
question 2, my answer for question one is deselected.

I dont know if there is a way of grouping the options together. Please
let me know if I am missing something.
 
If you're using the optionbuttons from the forms toolbar, put a Groupbox (also
on that Forms toolbar) around each group.

If you're using the optionbuttons from the Control toolbox toolbar, you can
right click on each optionbutton and change the groupname. You have to use a
nice unique groupname for each group of optionbuttons.
 
Back
Top