Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fill a dbcombo

Status
Not open for further replies.

leassaf

Instructor
May 20, 2001
49
IL
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top