Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sort list in DataCombo control
Message
From
02/07/2000 23:20:27
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Sort list in DataCombo control
Miscellaneous
Thread ID:
00387633
Message ID:
00387633
Views:
46
I tried to sort the Recordset but it doesn't display correctly.
Anything when wrong with my codes as follows:

Set rsCustLookup = New ADODB.Recordset
With rsCustLookup
.CursorLocation = adUseClient
.Open "SELECT * FROM Customer",cnn1,adOpenKeyset,adLockOptimistic
.Sort = CustID
.Requery
End With

Set dcCustIDList.RowSource = rsCustLookup
dcCustIDList.ListField = "CustID"
dcCustIDList.Refresh
Next
Reply
Map
View

Click here to load this message in the networking platform