Question : Form Drop Down reading a table. (Read Ascending order)

I Have a form with a combo box that reads some names from a table.
The names appear in the drop down as they are listed in the source table. How can I change this so that they will always read the names in Ascending order?

Answer : Form Drop Down reading a table. (Read Ascending order)

Here it is. I did this.

Right-click the NAMC control.
Click Properties.
Go to Data tab
Click once in the RowSource line.
Click the ellipsis (three dots) on the button at the end of the row.
Click Yes to create the query.
Double-click the * in the table list at the top. This puts the * into the lower grid.
Double-click Customer in the table list at the top (assuming Customer is the field you want to sort; otherwise double-click the NAMC field).
Double-click Sort below Customer in the lower grid.
Uncheck Show below Customer in the lower grid.
Close the Query
Click Yes to save
Close the form.
Click Yes to Save.

That box is now sorted by Customer (or NAMC if that is the one you want).
 
updated temp DB
 
Random Solutions  
 
programming4us programming4us