G
Guest
When you assign a SQL statement to the report RecordSource, and that SQL has
a sort order, are you still required to use the "Sorting And Grouping" to
sort the data ? It seems redundant.
This is the SQL that does not want to sort when the report opens:
SELECT * FROM PurchasesData WHERE ((dtmPurchase Between #10-01-2007# And
#10-27-2007#)) ORDER BY txtType, txtItem;
Thank you.
a sort order, are you still required to use the "Sorting And Grouping" to
sort the data ? It seems redundant.
This is the SQL that does not want to sort when the report opens:
SELECT * FROM PurchasesData WHERE ((dtmPurchase Between #10-01-2007# And
#10-27-2007#)) ORDER BY txtType, txtItem;
Thank you.