PC Review


Reply
Thread Tools Rate Thread

alpha sort apostrophe out of order

 
 
=?Utf-8?B?QnJva2VMYWR5?=
Guest
Posts: n/a
 
      17th Oct 2006
I am still new to Access so please be kind. Aplha sort on a text field -
words that contain apostrophe are not in right order. The list sorted as:

I LOVE YOU
IF TOMORROW COMES
I'LL BE SEEING YOU
ILLUMINATE
I'M OK NOW

Those that start with quotes or special characters are in correct order at
beginning of list.

Also, in same file, last names that contain apostrophe (O'Brian) are at
beginning of O but in no order at all.

what now?


 
Reply With Quote
 
 
 
 
Joseph Meehan
Guest
Posts: n/a
 
      17th Oct 2006
BrokeLady wrote:
> I am still new to Access so please be kind. Aplha sort on a text
> field - words that contain apostrophe are not in right order. The
> list sorted as:
>
> I LOVE YOU
> IF TOMORROW COMES
> I'LL BE SEEING YOU
> ILLUMINATE
> I'M OK NOW
>
> Those that start with quotes or special characters are in correct
> order at beginning of list.
>
> Also, in same file, last names that contain apostrophe (O'Brian) are
> at beginning of O but in no order at all.
>
> what now?


I believe the sort order is:

0 1 2 3 4 5 6 7 8 9 (space) ! " # $ % & ( ) * , . / : ; ? @ [ \ ] ^ _ ` {
| } ~ + < = > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Apostrophes (') and hyphens (-) are ignored, with one exception: If two text
strings are the same except for a hyphen, the text with the hyphen is sorted
last.

There is no one sort order. Main frames commonly use one and PC's
commonly use another and there are others and sub verities.

I might suggest that adding a space after the ' might give you something
closer to what you want. Maybe someone who does this more often than I will
offer a more authoritative answer and a better solution.



--
Joseph Meehan

Dia duit


 
Reply With Quote
 
=?Utf-8?B?QnJva2VMYWR5?=
Guest
Posts: n/a
 
      17th Oct 2006
I was thinking same thing about adding a space after, but it is time
consuming to go back and change all of them. thanks. is crazy lol

"Joseph Meehan" wrote:

> BrokeLady wrote:
> > I am still new to Access so please be kind. Aplha sort on a text
> > field - words that contain apostrophe are not in right order. The
> > list sorted as:
> >
> > I LOVE YOU
> > IF TOMORROW COMES
> > I'LL BE SEEING YOU
> > ILLUMINATE
> > I'M OK NOW
> >
> > Those that start with quotes or special characters are in correct
> > order at beginning of list.
> >
> > Also, in same file, last names that contain apostrophe (O'Brian) are
> > at beginning of O but in no order at all.
> >
> > what now?

>
> I believe the sort order is:
>
> 0 1 2 3 4 5 6 7 8 9 (space) ! " # $ % & ( ) * , . / : ; ? @ [ \ ] ^ _ ` {
> | } ~ + < = > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
>
> Apostrophes (') and hyphens (-) are ignored, with one exception: If two text
> strings are the same except for a hyphen, the text with the hyphen is sorted
> last.
>
> There is no one sort order. Main frames commonly use one and PC's
> commonly use another and there are others and sub verities.
>
> I might suggest that adding a space after the ' might give you something
> closer to what you want. Maybe someone who does this more often than I will
> offer a more authoritative answer and a better solution.
>
>
>
> --
> Joseph Meehan
>
> Dia duit
>
>
>

 
Reply With Quote
 
Joseph Meehan
Guest
Posts: n/a
 
      17th Oct 2006
BrokeLady wrote:
> I was thinking same thing about adding a space after, but it is time
> consuming to go back and change all of them. thanks. is crazy lol
>
> "Joseph Meehan" wrote:
>
>> BrokeLady wrote:
>>> I am still new to Access so please be kind. Aplha sort on a text
>>> field - words that contain apostrophe are not in right order. The
>>> list sorted as:
>>>
>>> I LOVE YOU
>>> IF TOMORROW COMES
>>> I'LL BE SEEING YOU
>>> ILLUMINATE
>>> I'M OK NOW
>>>
>>> Those that start with quotes or special characters are in correct
>>> order at beginning of list.
>>>
>>> Also, in same file, last names that contain apostrophe (O'Brian) are
>>> at beginning of O but in no order at all.
>>>
>>> what now?

>>
>> I believe the sort order is:
>>
>> 0 1 2 3 4 5 6 7 8 9 (space) ! " # $ % & ( ) * , . / : ; ? @ [ \ ] ^
>> _ ` {
>>> } ~ + < = > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

>>
>> Apostrophes (') and hyphens (-) are ignored, with one exception: If
>> two text strings are the same except for a hyphen, the text with the
>> hyphen is sorted last.
>>
>> There is no one sort order. Main frames commonly use one and
>> PC's commonly use another and there are others and sub verities.
>>
>> I might suggest that adding a space after the ' might give you
>> something closer to what you want. Maybe someone who does this more
>> often than I will offer a more authoritative answer and a better
>> solution.
>>
>>
>>
>> --
>> Joseph Meehan
>>
>> Dia duit


How doing a replace?

--
Joseph Meehan

Dia duit


 
Reply With Quote
 
=?Utf-8?B?QnJva2VMYWR5?=
Guest
Posts: n/a
 
      17th Oct 2006
After looking at the sort order again, the apostophe is before any alpha
characters. should not have to add spaces to fix this. my english teacher is
turning over in her grave lol


> >> BrokeLady wrote:
> >>> I am still new to Access so please be kind. Aplha sort on a text
> >>> field - words that contain apostrophe are not in right order. The
> >>> list sorted as:
> >>>
> >>> I LOVE YOU
> >>> IF TOMORROW COMES
> >>> I'LL BE SEEING YOU
> >>> ILLUMINATE
> >>> I'M OK NOW
> >>>
> >>> Those that start with quotes or special characters are in correct
> >>> order at beginning of list.
> >>>
> >>> Also, in same file, last names that contain apostrophe (O'Brian) are
> >>> at beginning of O but in no order at all.
> >>>
> >>> what now?
> >>
> >> I believe the sort order is:
> >>
> >> 0 1 2 3 4 5 6 7 8 9 (space) ! " # $ % & ( ) * , . / : ; ? @ [ \ ] ^
> >> _ ` {
> >>> } ~ + < = > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
> >>
> >> Apostrophes (') and hyphens (-) are ignored, with one exception: If
> >> two text strings are the same except for a hyphen, the text with the
> >> hyphen is sorted last.
> >>
> >> There is no one sort order. Main frames commonly use one and
> >> PC's commonly use another and there are others and sub verities.
> >>
> >> I might suggest that adding a space after the ' might give you
> >> something closer to what you want. Maybe someone who does this more
> >> often than I will offer a more authoritative answer and a better
> >> solution.
> >>
> >>
> >>
> >> --
> >> Joseph Meehan
> >>
> >> Dia duit

>
> How doing a replace?
>
> --
> Joseph Meehan
>
> Dia duit
>
>
>

 
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
Inability to alpha sort in any order Arkansas Sherri M Microsoft Excel Setup 2 12th Jun 2008 12:19 AM
Can I change the sort order to Alpha before Numeric? =?Utf-8?B?Z3JhY3k=?= Microsoft Excel Misc 2 19th May 2006 09:16 PM
Sort Table of Contents in alpha order =?Utf-8?B?UmhvbmRh?= Microsoft Word Document Management 1 19th Apr 2006 07:53 PM
I want to sort worksheets in a workbook into Alpha order? =?Utf-8?B?dGhlY2F0dGFo?= Microsoft Excel Worksheet Functions 1 5th Jan 2005 07:06 AM
Alpha/numeria/punctuation sort order =?Utf-8?B?UGF0UA==?= Microsoft Access Getting Started 9 16th Nov 2003 08:27 PM


Features
 

Advertising
 

Newsgroups
 


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