i have a combobox on one of my forms and i would like to have a specific invisible text field become visible, only if a specific selection is made in this combobox. for example, i have text field labeled "tst1" on my form and on load it is set to visible=false. and within my combobox there are many selections, one of which is USA. if USA is selected i would like "txt1" to be visible=true.
any thoughts?
any thoughts?