Combobox

B

Bill

Can I use the ListIndex property to access a columns value? What I want to
do is use the mousemove event to expose the listindex property and then use
that to reference the underlying column(1, ListIndex) data. Does this make
sense? I need to have a RTF control populate on the form based on the item
highlighted in the dorpdown list.
This is before the click event and the combobox populating.
 
Top