Linking Option Box to Form Field

J

judy R

How do I link an option box to a form field? I want to
form field to display change with the options that are
clicked in the option box.

Thank you
 
E

Eric Cárdenas [MSFT]

How do I link an option box to a form field? I want to
form field to display change with the options that are
clicked in the option box.

Thank you
--------------------
If you have single radio button, all you need is a True/False or Yes/No
field to bind the radio button.

If you have several radio buttons in an option group, you need a numeric
field to bind. The first option is saved as a value of 1 the second as 2
and so on.

Hope this helps,
 

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

Top