D dl41001 Registered User. Local time Today, 13:08 Joined Apr 18, 2001 Messages 17 Jun 22, 2001 #1 How can I make the list in Combo Box sorted ascending...? Pls help. Thank you very much.
P Peter Paul Registered User. Local time Today, 13:08 Joined Jan 1, 2000 Messages 82 Jun 22, 2001 #2 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
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
D dl41001 Registered User. Local time Today, 13:08 Joined Apr 18, 2001 Messages 17 Jun 25, 2001 #3 I didn't think of that... It definitely helped. Thanks, Peter.