Order, Order

KeithB13

Registered User.
Local time
Today, 01:14
Joined
May 2, 2003
Messages
23
I have a combo box in a form. I would like to have the list in alphabetical order. The data in the combo box comes from a table. I have tried arraning the table but it doesn't have any effect on the order in the combo box. Could anyone please tell me how to bring order to my combo box?

Thanks for the order,
Keith
 
All rise for the Judge

Base the combo on a query and sort them in the query.
 
In the Properties of the combobox goto RowSource, click on the button next to the arrow, in the query itself select 'Sort', 'Ascending' from the column you want sorted.

IMO
 
IMO,

Worked like a charm. Thanks for the help.

Keith
 

Users who are viewing this thread

Back
Top Bottom