Hide query results A2000

  • Thread starter Lee Stafford via AccessMonster.com
  • Start date
L

Lee Stafford via AccessMonster.com

I have an unbound form that supplies the information to a query that runs
when I click OK on the form. At the same time, a report opens and gets its
data from the results of the open query. Is there a way that I can hide that
query so that the only thing displayed is the report window?

Thanks,

Lee
 
R

Rick B

Why are you running the query, then the report? If the report is based on
the query, just run the report. It will run the query in the background and
use the data.
 
Top