Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combos and ADO recordsets
Message
 
To
14/11/2000 21:13:10
Jordan Pastourel
Worksafe Management Systems
Toowong, Australia
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00441942
Message ID:
00442060
Views:
15
Hey Jordan. Generally speaking, you can do something like this (in code or in the form load):

Set DataCombo1.RowSource = rsYourRecordSet
DataCombo1.ListField= "FieldYouWantToList"

Also, note that the DataCombo is the one you'll want (not the dbcombo which doesn't support ADO). You'll need to add a reference to it in the Components tab.
The whole problem with the world is that fools and fanatics are always so certain of themselves, but wiser people so full of doubts. - Bertrand Russell
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform