dl41001
06-22-2001, 11:58 AM
How can I make the list in Combo Box sorted ascending...?
Pls help.
Thank you very much.
Pls help.
Thank you very much.
|
View Full Version : Combo Box- Pls help!!! dl41001 06-22-2001, 11:58 AM How can I make the list in Combo Box sorted ascending...? Pls help. Thank you very much. Peter Paul 06-22-2001, 12:32 PM 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 dl41001 06-24-2001, 04:37 PM I didn't think of that... It definitely helped. Thanks, Peter. |