PC Review


Reply
Thread Tools Rate Thread

Alphabetical Order!

 
 
Bob
Guest
Posts: n/a
 
      2nd Mar 2006


I have a drop down list that contains horse names from cbhorse how can I
get them to be in alphabetical order

Thanks in advance.........Bob Vance


 
Reply With Quote
 
 
 
 
fredg
Guest
Posts: n/a
 
      2nd Mar 2006
On Fri, 3 Mar 2006 10:30:26 +1300, Bob wrote:

> I have a drop down list that contains horse names from cbhorse how can I
> get them to be in alphabetical order
>
> Thanks in advance.........Bob Vance


Create a query, sorted by HorseName.
Use that as the combo box RowSource.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
 
Reply With Quote
 
=?Utf-8?B?SmVycnkgV2hpdHRsZQ==?=
Guest
Posts: n/a
 
      2nd Mar 2006
Go to design view of the form or (shudder) table. At the row source for the
drop down, hit the ... build button. Create a query from cbhorse and sort on
the horse's names. Close the query and use is as the row source instead of
the table.
--
Jerry Whittle
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"Bob" wrote:

>
>
> I have a drop down list that contains horse names from cbhorse how can I
> get them to be in alphabetical order
>
> Thanks in advance.........Bob Vance
>
>
>

 
Reply With Quote
 
Duane Hookom
Guest
Posts: n/a
 
      3rd Mar 2006
Add a sorting in the Row Source query for the combo box like:

SELECT HorseID, HorseName
FROM tblHorses
ORDER BY HorseName;

--
Duane Hookom
MS Access MVP
--

"Bob" <(E-Mail Removed)> wrote in message news:du7o5g$e3q$(E-Mail Removed)...
>
>
> I have a drop down list that contains horse names from cbhorse how can I
> get them to be in alphabetical order
>
> Thanks in advance.........Bob Vance
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i re-order recipients (addressees) in alphabetical order? cj Microsoft Outlook Discussion 2 29th Jan 2010 01:57 PM
last name alphabetical order Reds0602 Microsoft Excel Misc 3 12th Sep 2009 04:58 PM
Alphabetical order =?Utf-8?B?bmlra2k=?= Microsoft Access 3 24th Feb 2006 09:38 PM
burn songs in my order instead of alphabetical order, how? Waheeba Windows XP General 4 6th May 2004 09:58 PM
burn songs in my order instead of alphabetical order, how? Waheeba Windows XP Basics 1 6th May 2004 09:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:12 AM.