jmagee
Mechanical
- Nov 14, 2001
- 35
I have a GUI that has a DBCombo box, a text box and an ADO control My database has only 2 columns and 10 fields in each with the primary key on the first column.
My ADO control populates the DBCombobox just fine.
Now what want is for a given selection in the DBCombo box to select the correct field from the database from column 2.
I can do this with the ADO control, however, I will be hiding it so the user will only have the DBCombo box to make selections.
How can I accomplish this task where I get the correct values from the selections?
By reading some of the post here, I know that someone here can help me out with this task.
Thanks....any help will be appreciated.
My ADO control populates the DBCombobox just fine.
Now what want is for a given selection in the DBCombo box to select the correct field from the database from column 2.
I can do this with the ADO control, however, I will be hiding it so the user will only have the DBCombo box to make selections.
How can I accomplish this task where I get the correct values from the selections?
By reading some of the post here, I know that someone here can help me out with this task.
Thanks....any help will be appreciated.