option button question

S

sjackson

i have 3 option on this forum but we'd like to have each option button
control a text box or drop-down list but only the one next to the option.
example, options are
1.vendor, if they chose this i'd like to be able to access a drop down list
of vendors
2.in-house, same as above.
3. Other, if they chose this then they could enter text in the text box.

thanks,
 
D

darko

Hi sjackson,

You should create a drop-down list of vendors, and a text box, and locate
them one to another in the form. You're radio button choose is bound on some
filed in the InfoPath dataset. On the Drop-Down control and on the Textbox
control, make Conditional Formatting, so check the value in the field bound
to the radio buttons, and hide the control if the value shows that the other
choice is selected.

Darko Milevski, MCAD
 
S

sjackson

Thanks! that worked perfectly.

darko said:
Hi sjackson,

You should create a drop-down list of vendors, and a text box, and locate
them one to another in the form. You're radio button choose is bound on some
filed in the InfoPath dataset. On the Drop-Down control and on the Textbox
control, make Conditional Formatting, so check the value in the field bound
to the radio buttons, and hide the control if the value shows that the other
choice is selected.

Darko Milevski, MCAD
 
Top