Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Move one recordset with another recordset
Message
From
04/06/2003 00:51:07
 
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00795022
Message ID:
00795999
Views:
14
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")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform