I have a ComboBox that displays values and text (descriptions) in the drop-down list. Everything works well, except I need the value to display in the textbox (input) portion of the ComboBox, not the text description. For example, an entry contains "Jr." as the value and "Junior" as the text description. When selected, I want the textbox to display "Jr." instead of "Junior". How can I make this happen? I'd like to keep the text descriptions in the drop-down if possible.
Thanks.