Hiding query results

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
 
R

Rick B

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
 
C

Chris Nebinger

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
 
Top