A
Anno v. Heimburg
Hi Group!
I have a strange problem here. In a report, I am displing results of some
earlier computation by calender week, i.e.
CW data
50 akdj
51 adl
52 bww
1 98
2 vkn
3 al3
etc.
As you can see, this might span two years (first rows are from 2003, later
ones from 2004), and I want it to be sorted in that order.
Now, the rows in the report's ControlSource query are sorted correctly, but
the report suddenly decides that it has to re-sort everything as if the CW
field was a string, i.e.
1
10
11
..
..
..
50
51
52
..
..
..
which is not what I want. It should just take the order of the query and use
that unmodified.
The "Order By"-Property is turned off in the report, and there are no
entries in "Sorting And Grouping" - why does the report sort anyway?
Thanks in advance,
Anno.
I have a strange problem here. In a report, I am displing results of some
earlier computation by calender week, i.e.
CW data
50 akdj
51 adl
52 bww
1 98
2 vkn
3 al3
etc.
As you can see, this might span two years (first rows are from 2003, later
ones from 2004), and I want it to be sorted in that order.
Now, the rows in the report's ControlSource query are sorted correctly, but
the report suddenly decides that it has to re-sort everything as if the CW
field was a string, i.e.
1
10
11
..
..
..
50
51
52
..
..
..
which is not what I want. It should just take the order of the query and use
that unmodified.
The "Order By"-Property is turned off in the report, and there are no
entries in "Sorting And Grouping" - why does the report sort anyway?
Thanks in advance,
Anno.