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
 
Back
Top