Hiding query results

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Hi

I run a query from code but don't want the results
displayed to the user. How do I hide the result table?

I looked under tools/options but couldn't spot anything.
Is there something I put in my code?

Thanks
 
If you run it in code, what do you want to do with it (if not display it for
the user)?

Rick B


Hi

I run a query from code but don't want the results
displayed to the user. How do I hide the result table?

I looked under tools/options but couldn't spot anything.
Is there something I put in my code?

Thanks
 
I process the records and decide what actions the user
will be presented with.
 
You will want to use DAO or ADO in VBA to process the
records. I recommend picking up an Access book to help
you on your journey.


Chris Nebinger
 

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

Similar Threads

Hiding query result 1
Word Customize Ribbon In Word 2007 1
queries 3
Help with hiding/showing forms 1
Query with multiple results 1
Query help 3
Disapearing Query Results! 9
Mailmerge specific query results into Word 0

Back
Top