Update combo box

  • Thread starter Thread starter Jamie
  • Start date Start date
J

Jamie

I have a combo box in a form which takes its data from a table with just
company names. when i update this table to add more companies they will show
in the combo box but not in alphabetical order. how can i get the updated
table to show alphabetically in the combo box
 
On Tue, 17 Mar 2009 06:04:06 -0700, Jamie

Create a new query, select the table, select the CompanyName field,
and set the Sort property.
Use this query as the RowSource for your combobox.

-Tom.
Microsoft Access MVP
 
Back
Top