Sorting a combo field in an Access 2003 form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My table that feeds the form's combo box is sorted, but I can't get the combo
field to sort ascending in the form.
Any ideas?
Thanks
 
Sue,
If you are using a table as the RowSource for your combo, try using a
query instead. You can then sort to suit.
Click on the RowSource property, and select tyhe 3-dot button that
appears on the right.
 
Thank you Al. That was quick and easy.

Al Camp said:
Sue,
If you are using a table as the RowSource for your combo, try using a
query instead. You can then sort to suit.
Click on the RowSource property, and select tyhe 3-dot button that
appears on the right.
--
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
 

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