Hiding a query window after it has run

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

Guest

I am a relatively new Access user and am trying to figure out how to hide a query window after it has run. There is sensative information coming through this query that I would prefer not be seen.
 
Why hide it after it has run?

Are you running a select query and then opening a form based on that query? If
so, you don't need to do that. The form will automatically run the query when
it opens.

How are you running the query? Opening it directly from the database window?
Using Code? Using a macro?
 

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