I have an invoice report (rptinvoice) that prints from a query (qryinvoice). The query specifies invoice lines from a table and is sorted by an invoice line order (called ordr). When I print the invoice (rptinvoice) from the query, the invoice is printed in the natural table order (unsorted), even though when I run the query it displays the invoice lines in correct sorted order. When I specify "Order By" as field ordr in the report and "Order By On" as YES in the report it prints out in the correct order.
My question is: Does the report ignore the sort order specified in the query?
My question is: Does the report ignore the sort order specified in the query?