Hi,
I have a field I want to display on a report in ascending order, but even when I specify ascending in the query, it is still out of order.
The field is:
WeekNum:Format([date],"ww")
When I put sort:ascending, it displays in "order" based on the first digit, for example:
1 10 11 12 13 14 15 16 17 18 19 2 21 22 23 24 25 26 27 28 29 3 31 32 33 ... etc.
How can I get this in order?
Thanks!