check box used as radio button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to use a series of Check Box Form Fields as radio buttons - ie. only
one can be selected at a time.

Can this be done?

MervB
:-)
 
Hmm - 75% there thanks - the last paragraph "if the user tabs or uses their
keyboard arrow keys" is more than a "minor problem" I'm afraid

Thanks - it is a worthwhile article
 
Hi Merv,

If you need to stick with a protected form, use a dropdown instead of fake
option buttons.

If the check boxes are the only form fields you're using, consider either a
userform (http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm) or the
ActiveX controls on the Control Toolbox
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnword2k2/
html/odc_activeX.asp), either of which will let you use real option buttons.
The drawback of these alternatives is that they use macro code, which gets
you into the macro security mess.
 
Thanks Jay

Jay Freedman said:
Hi Merv,

If you need to stick with a protected form, use a dropdown instead of fake
option buttons.

If the check boxes are the only form fields you're using, consider either a
userform (http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm) or the
ActiveX controls on the Control Toolbox
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnword2k2/
html/odc_activeX.asp), either of which will let you use real option buttons.
The drawback of these alternatives is that they use macro code, which gets
you into the macro security mess.
 

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

Back
Top