Re: alphabetic sort problem
- From: "steve" <steve@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 7 Dec 2006 21:06:32 -0500
One more thought, why does the sort work in the query grid using the A-Z
sort button?
Steve
"Marshall Barton" <marshbarton@xxxxxxxxxx> wrote in message
news:5qbhn2peov3ihc6e3rdptm8ako2vr71ug2@xxxxxxxxxx
Good eye's Van, I never saw that. Just goes to show how a
single word can be the most important clue.
--
Marsh
MVP [MS Access]
Van T. Dinh wrote:
I think the tiny hint of the cause is the word "report" in your sentence:
[quote]
This is the way the report sorts with location selected to sort ascending
(wrong sort):
[unquote]
The Report processing ignores the sorting (ORDER BY clause) in your Query!
Records / rows are retrieved randomly (to us) as Access/JET sees fit so
records / rows retrieved can be in any order ...
If you want to sort in the Report, you need to use the "Sorting and
Grouping" feature of the Report (more flexible) or the [Order By] and
[Order
By On] Properties of the Report (less flexible).
.
- Follow-Ups:
- Re: alphabetic sort problem
- From: Van T. Dinh
- Re: alphabetic sort problem
- References:
- alphabetic sort problem
- From: steve
- Re: alphabetic sort problem
- From: Van T. Dinh
- Re: alphabetic sort problem
- From: Marshall Barton
- alphabetic sort problem
- Prev by Date: Re: alphabetic sort problem
- Next by Date: Re: Counting Days in Multiple Ranges
- Previous by thread: Re: alphabetic sort problem
- Next by thread: Re: alphabetic sort problem
- Index(es):
Relevant Pages
|