How do I set Checkboxes where you can only check yes or no, not bo

P

Paula

I am using form checkboxes. I cannot figure out how when you check no, the
person filling out the form cannot check yes at the same time. HELP!!
 
B

Bob Phillips

Why do you have a yes and a no checkbox? One checkbox can do for both,
checked for yes, unchecked for no. Or you could use optionbuttons, and set
the groupname property for each pair of buttons.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 
B

Biff

Hi!

Use option buttons instead of checkboxes. Only one option button can be
selected at a time.

Biff
 
Top