How do hide query?

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
 
K

Keith Wilby

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
 
Top