Linking Option Box to Form Field

  • Thread starter Thread starter judy R
  • Start date Start date
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
 
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,
 
Back
Top