Update combo box

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
 
T

Tom van Stiphout

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top