![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Microsoft Office support MS Office support forum |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: May 2009
Location: Houston, Texas
Posts: 6
OS: xp
|
Access 2003 form issue
On my form I have created a Combo Box that is based on a small table. The source table has only one column (Field 1) that lists 73 different items that are sorted alphabetically. However, when I select the combo box on the form and the drop down menu appears that lists the 73 items, the items are not listed in alpha order, but listed randomly instead.
How can I make the drop down list sort the items alphabetically, as the underlaying table does? GG Houston, TX |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
TSF Enthusiast
Join Date: Apr 2009
Location: Harrisburg, PA
Posts: 1,024
OS: Windows Vista Home Premium (6.0, Build 6001)
|
Re: Access 2003 form issue
Hi G,
On the Row Source property for the the combo box put in a query like: Select [Field 1] from [table name] order by [field 1] of course use your names for the field and table. The "order by " clause defaults to ascending or you can add desc for descending if you want the order reversed. ...order by [field 1] desc hope that helps
__________________
Dragoen ========================================================= Just because we can, doesn't mean we should... |
|
|
|
![]() |
| Thread Tools | |
|
|