Hi I was wondering if there is a way to order the data shown in a report when I open the report. I know I can filter the data in a report, but the users require the report to order the data based on their selected criteria.
eg.
DoCmd.OpenReport stDocName, acPreview, , "Order by dDate"
does not seem to work, gives an error.
Thank you.
eg.
DoCmd.OpenReport stDocName, acPreview, , "Order by dDate"
does not seem to work, gives an error.
Thank you.