sort ascending in combo box

R

René

I have combo boxes on my main client form. I would like to have those list that drop down alphabetized. They are currently dropping down according to the ID on the corresponding table. How do I set thos up to drop down alpha by nam

Thanks
 
S

Steve Schapel

René,

You need to make a query that will be the Row Source of the combobox,
and then you can sort it however you want.
 
Top