Drop Down Box in Alpha Order

S

Snoose1

I have a drop-down list with selections within it, but none of the selections
are in Alphabetical Order.

I have sorted the tables to be alphabetical, but it doesn't come across to
the form.

How can I get it so it does?

Many Thanks
 
A

Allen Browne

Create a query to use in the Row Source property of your combo.

Sort the query the way you want it.
 
Top