
Combo box bound to ADO recordset object?
VB6 question:
There must be something blindingly obvious that I'm missing.
Let's say I have a disconnected ADO Recordset consisting of two character
fields, WidgetCode and WidgetDescription. I wish to populate a combo box
with WidgetDescriptions. Once the selection has been made, I want my
program to be able to have immediate access to the associated WidgetCode.
It does not appear that I can use a DBCombo or DataCombo object, since both
must be bound to a data control (I don't want to do this, since my data
interface is located elsewhere).
It also does not appear that I can use a simple ComboBox, since I don't see
any way to tell the object which WidgetCode goes with which
WidgetDescription.
So.... what am I missing?
-----
Tim Thornton
College Station, Texas, USA