Report Not Sorting Correctly

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report that I am trying to print according to start and end dates. I
have the "report date range" form tied to this report. When I run this
report, I get asked to input the start and end dates, but after typing in
these dates, the report still doesn't sort; instead, it shows all records in
the table, even though the dates I typed in show at the top of the report. I
have no query set up at all for this report. Any information would be greatly
appreciated!!!!!
 
Randall said:
I have a report that I am trying to print according to start and end dates. I
have the "report date range" form tied to this report. When I run this
report, I get asked to input the start and end dates, but after typing in
these dates, the report still doesn't sort; instead, it shows all records in
the table, even though the dates I typed in show at the top of the report. I
have no query set up at all for this report.


To FILTER as report, you must use a query that selects just
the desired records by using criteria.

To SORT a report, you should specify the sort field in the
report's Sorting and Grouping window (View menu).
 
Back
Top