Share via

Word - Option Button Control Does Not Work for the end user??

Anonymous
2014-01-10T19:02:33+00:00

I am working in Word 2007 and have inserted several controls (option, drop-down, text). After protecting the document, all 3 controls work for me. However, when another user attempts to fill out the form. The only controls that work are drop-down & text. The option button does not allow for them to select. After attempting to problem solve, the only thing that I can see as being different is that the option control was inserted using ActiveX control while the other two (drop-down & text) were inserted by using Legacy form. There doesn't seem to be an option control choice through Legacy Forms.

What can I do to get the Option control to work for the other users?

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Doug Robbins - MVP - Office Apps and Services 323.1K Reputation points MVP Volunteer Moderator
    2014-01-11T01:12:09+00:00

    Mixing the different types of controls can sometimes produce unsatisfactory results and it might be better to use the procedure in the article "Making groups of Check Box Form Fields mutually exclusive (so that they behave like radio buttons)” at:

    http://www.word.mvps.org/FAQs/TblsFldsFms/ExclusiveFmFldChbxs.htm

    Note, it is not necessary to use a frame and if you have the checkboxes for each of the options in a single cell of a table, you can use

    For Each oField In Selection.Cells(1).Range.FormFields

    in place of

    For Each oField In Selection.Frames(1).Range.FormFields

    Was this answer helpful?

    0 comments No comments