Hello,
In this template,there is a series of check boxes and only one would be selected at any given time, and a textbox where additional comments will be added. I have inserted objects (check boxes and a text box) - how to make it functional? In properties or in VBA subroutines?
Thanks -
Doug Robbins - 04 Jul 2004 02:48 GMT
See the article "Making groups of Check Box Form Fields mutually exclusive
(so that they behave like radio buttons " at:
http://word.mvps.org/FAQs/TblsFldsFms/ExclusiveFmFldChbxs.htm

Signature
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.
Hope this helps,
Doug Robbins - Word MVP
> Hello,
>
> In this template,there is a series of check boxes and only one would be selected at any given time, and a textbox where additional comments will be
added. I have inserted objects (check boxes and a text box) - how to make it
functional? In properties or in VBA subroutines?
> Thanks -
Charles Kenyon - 05 Jul 2004 16:06 GMT
What you are talking about is what Word calls an "online form." Check this
in help. Among other things, fields inserted using the forms toolbar work
only when the document is "protected for forms" under the Tools menu. For
more about online forms, follow the links at
http://addbalance.com/word/wordwebresources.htm#Forms or
http://word.mvps.org/FAQs/Customization/FillinTheBlanks.htm especially Dian
Chapman's series of articles.
Hope this helps,

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
> Hello,
>
> In this template,there is a series of check boxes and only one would be selected at any given time, and a textbox where additional comments will be
added. I have inserted objects (check boxes and a text box) - how to make it
functional? In properties or in VBA subroutines?
> Thanks -