Report using Query

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

Guest

I had to update my Query for sorting purposes. Now how do I update my already
built report to pick up the NEW sorted query??? How do I refresh the report
with the NEW sorted query???

Thanks!
 
RTP said:
I had to update my Query for sorting purposes. Now how do I update my already
built report to pick up the NEW sorted query??? How do I refresh the report
with the NEW sorted query???


Make sure the report's RecordSource property is set to the
desired query.

The report's sorting should be specified in the report's
Sorting and Grouping window (View menu). A query's sorting
will only show up in the most trivial reports.
 

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