Sorting within a Report

  • Thread starter Thread starter RobertM
  • Start date Start date
R

RobertM

Hello:

I have a report in which one of the feilds is a date within the form detail.
How would I sort by date within the report. Currently the order seems to be
coming out in a random manner.

Thank you,
Robert
 
Hello:

I have a report in which one of the feilds is a date within the form detail.
How would I sort by date within the report. Currently the order seems to be
coming out in a random manner.

Thank you,
Robert
..
Assuming that your "date" is a Date datatype field, not Text...
The place to reliably sort any report is in the Report's Sorting and
Grouping dialog.
In Report design view, click on View + Sorting and Grouping.
 
Back
Top