bimsel
Aug 11th, 2000, 05:54 AM
hi,
in access i can specify the datasource for a combobox like:
datasource = Select fruit, price from all group by fruit, price order by fruit;
and Rows = 2. then i get both, the fruit and the price in one combobox. its looking like this :
APPLE | 1.99
STRAWBERRY | 2.49
and so on.
is this also possible in VB ? i tried the ComboBox, the DBCombo and the DataCombo but i donīt get it. can someone please help me?
thanks broesel
in access i can specify the datasource for a combobox like:
datasource = Select fruit, price from all group by fruit, price order by fruit;
and Rows = 2. then i get both, the fruit and the price in one combobox. its looking like this :
APPLE | 1.99
STRAWBERRY | 2.49
and so on.
is this also possible in VB ? i tried the ComboBox, the DBCombo and the DataCombo but i donīt get it. can someone please help me?
thanks broesel