Order of Report Changes

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

Guest

I have a simple question. I have a simple report that is ordered by a query.
If I don't use the a textbox with the value= Count(*) everything is find. If
use it the order is changed! How can I use the =Count(*) and keep the order
from the query?

Thanks,
 
I have a simple question. I have a simple report that is ordered by a query.
If I don't use the a textbox with the value= Count(*) everything is find. If
use it the order is changed! How can I use the =Count(*) and keep the order
from the query?

Thanks,

The sort order of the query is irrelevant to the sort order of the
report.
Sort the report using the Report's Sorting and Grouping dialog.
In Report Design View:
View + Sorting and Grouping
 

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

Back
Top