Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sort list in DataCombo control
Message
 
À
03/07/2000 23:23:01
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00387633
Message ID:
00387951
Vues:
12
"SELECT * FROM Customer WHERE CustID IS NULL ORDER BY CustID"



>How to filter out those CustID having blank data in the SELECT statement?
>
> .Open "SELECT * FROM Customer ORDER BY CustID.....
>
>>Hi,
>>Try to include the sort in your SELECT statment like this :
>>
>>.Open "SELECT * FROM Customer ORDER BY CustID",cnn1,adOpenKeyset,adLockOptimistic
>>
>>Hope this help
>>Rgrds
>>
>>
>>>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
<><><><><><><><><><><><><><><><><><><><>
<><> REMEMBER,,,,KNOWLEDGE IS POWER <><>
<><><><><><><><><><><><><><><><><><><><>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform