Report based on query "loses" alphabetical sort.

G

Guest

I've got a report based on a query. The query is sorted first by last name,
then by first name. Why won't my report retain this sort of sort?
 
D

Douglas J. Steele

Reports almost always ignore the order of records in their recordsource.

You need to specify the sort order in the report's Sorting and Grouping
dialog.
 
D

david epsom dot com dot au

or in the report's 'order by' property

"Note When a new object is created, it inherits the RecordSource, Filter,
OrderBy, and OrderByOn properties of the table or query it was created from.
"

But after that its not kept synchronised.

(david)
 

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