Combo Box- Pls help!!!

dl41001

Registered User.
Local time
Today, 18:58
Joined
Apr 18, 2001
Messages
17
How can I make the list in Combo Box sorted ascending...?
Pls help.
Thank you very much.
 
If the data from your combo box comes from a table, then you can run the data through a query to sort it ascending. Then use the query to get the data, and assign the control source as the field you wish to store the data in.

Hope it helps,
Peter
 
I didn't think of that... It definitely helped. Thanks, Peter.
 

Users who are viewing this thread

Back
Top Bottom