Report Not Sorting Correctly

R

Randall

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!!!!!
 
M

Marshall Barton

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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top