Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combos and ADO recordsets
Message
 
À
14/11/2000 21:13:10
Jordan Pastourel
Worksafe Management Systems
Toowong, Australie
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00441942
Message ID:
00442060
Vues:
10
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform