Hello All,
I have a report based upon a query. I have added a control to report
footer that calcs the total cost of the inventory: =SUM([inv_cost]).
When this total calculation is NOT on the report, the report displays
as it should in ascending order by inventory number (inv_num).
1102
1103
1104
....
....
....
2300
When the total calculation IS on the report, the sort gets messed up.
It is still ascending but does not start with the lowest inv_num.
It'll start about 2/3 through the invetory with the lowest numbered
item appearing about 1 third of the way throught the report:
2052
2053
....
....
....
....
....
2300
1102
1103
1104
1105
....
....
2050
2051
Any thought on why this is happening?