Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Move one recordset with another recordset
Message
De
04/06/2003 00:51:07
 
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00795022
Message ID:
00795999
Vues:
13
It is a standard ComboBox with the following code to populate the box:

Do While Not adoSiteRS.EOF
cmbDiveSite.AddItem RTrim(adoSiteRS("SN"))
cmbDiveSite.ItemData(cmbDiveSite.NewIndex) = adoSiteRS("RN").Value
adoSiteRS.MoveNext
Loop

After it is populated, I need it to move to the record # stored in the field "SN" of the recordest adoLogRS (The actual data stored in the adoLogRS("SN") is the record number adoSiteRS("RN")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform