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 recordset.column(1) 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.
 
Top