Sorting and Grouping

  • Thread starter Thread starter Dale
  • Start date Start date
D

Dale

I have a main report with a subreport that has a subreport. On the last
subreport I have put sorting on and also changed the query to have an order
by but it is not coming up in the sorted order on the main report. I run the
query and it is in the correct order. I run the subreport and it shows up
correctly. I run the subreport above that and it comes our correctly. What
could be missing that is making this come out in the wrong order?

Dake
 
On the last subreport I have put sorting on ... it is not coming up in the
sorted order on the main report.
Did you set sort order for the main report?

Reports ignore any sorting done in a query.
 
Back
Top