I have a multi-column combo box with 2 columns using the drop down list style. When the user selects something new, I want to combine the text from both columns and display it in the text area. Is this possible? Even if I set the Text property of the combo box to something new, it still just shows the text from the first column. It does seem to work when initializing the control but not when the selected index is changed.