Is there a way of assigning a recordset to a dbCombo control?
Example: Suppose there is a listbox control on a Form displaying fields names from an access table. Each time a field is chosen from that list, the dbcombo should be filled with that field's values.
I'm not interested in filling a simple combobox by using the "additem" method (Movenext etc.). The question is if there's a way of creating an ADODB.Recordset and assigning it to the dbcombo so that the dbcombo displays that fields values.
Cheers,
Assaf
Example: Suppose there is a listbox control on a Form displaying fields names from an access table. Each time a field is chosen from that list, the dbcombo should be filled with that field's values.
I'm not interested in filling a simple combobox by using the "additem" method (Movenext etc.). The question is if there's a way of creating an ADODB.Recordset and assigning it to the dbcombo so that the dbcombo displays that fields values.
Cheers,
Assaf