Combo Box

J

Jeff H

I have a form and, in the form I have a few Combo Box's. The combo boxs are
linked to individual tables. When I open the combo box or box's ALL there
listings are NOT alphabetized. What OR how do I alphabetize the listings in
them?
 
W

Wayne-I-M

Ji Jeff

Base the combo on a query and sort it by that. Use the biuld option (...)
in the row source of the combo and the wizard will do it for you.

Or use Order by in the row source

Hope this helps
 
Top