Sort works in query not report

G

Guest

I have a query that is sorted on a date in decending order. When I run the
query, it sorts correctly. This query is the record source for a report. When
I run the report, the sort is not working. What have I missed. I do not have
the properties set for Order By in the list for the report. It should just be
feeding from the order by clause in query.

Thanks
Kenny A.
 
D

Douglas J. Steele

The only way to ensure the order in a report is to use the Sorting and
Grouping dialog. The order of the data in the underlying recordsource is
irrelevant.
 
G

Guest

How do I set the the order in the report so the correct field is sorting in
decending order? Why is it setup so the order by in the query (which is the
record source for report) has no bearing on the out come of the report?
 
G

Guest

Thanks Roger. Two mins before you responded, I found where I needed to set up
the sort by. Thanks again
 

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