Returns or sets a Variant that represents the currently selected item in a ComboBox. Read/write.
Returns or sets a Variant that represents the currently selected item in a ComboBox. Read/write.
The gist of it goes as follows:<BR><BR>I have a multicolumn list box and a multicolumn combobox. One column in the listbox contains an ID that will match the bound column of the combobox. How can I ...