Combo Box Alphabetized

  • Thread starter Thread starter Harold M
  • Start date Start date
H

Harold M

Is there a way to automatically alphabetize contents of a combobox using
code?

Thanks
 
Base the combobox on a query, not the table itself, and put an appropriate
ORDER BY clause in the query.
 
Thank you. I was hoping to avoid having to use a query since it they can
all add up both is size and clutter.
 
They add very little in terms of size. I never base anything on tables: I
always use queries.
 

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

Back
Top