How do hide query?

  • Thread starter Thread starter Tony Williams
  • Start date Start date
T

Tony Williams

I have a form that has an option group to open reports. The macro for the
option group includes an option to run a query then display the report.
However as well as the report opening the query results are displayed as
well. How can I display the report but hide the query results?
Thanks
Tony
 
Tony Williams said:
I have a form that has an option group to open reports. The macro for the
option group includes an option to run a query then display the report.
However as well as the report opening the query results are displayed as
well. How can I display the report but hide the query results?
Thanks
Tony

Just don't run the query! If the report is bound to the query then by
definition it must run it when the report is opened.

HTH - Keith.
www.keithwilby.com
 

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