Order in query is lost in report

J

Jon Geiger

I have a subreport which is based on a query. When I run the query it
delivers the fields ordered by date descending, as requested. When I run the
(sub)report, all fields are delivered but in date ascending. Any clues or do
I need to post more specifics?
Thank you,
Jon
 
S

SteveM

Use Sorting & Grouping in your report at design time. There is a button on
your menu bar that will present you with a dialog similar to setting indexes
on a table.

Steve
 
J

Jon Geiger

Ah-ha! Thank you very much.
Jon

SteveM said:
Use Sorting & Grouping in your report at design time. There is a button on
your menu bar that will present you with a dialog similar to setting indexes
on a table.

Steve
 
P

Pat Hartman

and don't forget to remove the sorting from your query. There is no point
in sorting the recordset twice.
 

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