Setting the Selected Item in a ComboBox

  • Thread starter Thread starter Guy Noir
  • Start date Start date
G

Guy Noir

OK. I need help.

I have a listbox, a combo box and some text fields

The list box is populated by a dataSet
The comboBox is populated by a dataSet

When an entry is selected in the listbox, I would like the comboBox to
move to a particular entry based on the listbox selection.

For example:

Let's say the listbox contained products and the combobox contains
suppliers.

When the product Tires is selected, I would like the comboBox to move
to the selection "GoodYear"

Ideas?
TIA!
 
Back
Top