Do you have them tied to a query or a table? If so then you can go to that underlying query or table and sort it that way, elsewise (new word, lol), you would use SQL.
If I take a peek in your Windows, to fix a problem, does that make me a "Peeping Tom"? Hmmmmmmmmmmv
Well if you have it on a form then all you have to do is go to the Data tab in the Design view properties and go to the control source and in the query change the sort to ascending or descinding, whichever would be your pleasure.
If I take a peek in your Windows, to fix a problem, does that make me a "Peeping Tom"? Hmmmmmmmmmmv
If you have a sql as the record source for the combo, then just add "Order By <field>;" at the end of the sql where field is the name of the field that you want the combo to be sorted by.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.