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