halem2
Registered User.
- Local time
- Yesterday, 21:25
- Joined
- Nov 8, 2006
- Messages
- 180
Hi All:
long time no ask! Running MS Access 2003.
I'm trying to run a couple of queries using code and it works fine but when it runs you can actually see the query window open and close really fast.
How can I run it without showing the query window?
This is my simple code
DoCmd.SetWarnings False
DoCmd.OpenQuery "qryOne"
DoCmd.OpenQuery "qryTwo"
DoCmd.SetWarnings True
thanks
long time no ask! Running MS Access 2003.
I'm trying to run a couple of queries using code and it works fine but when it runs you can actually see the query window open and close really fast.
How can I run it without showing the query window?
This is my simple code
DoCmd.SetWarnings False
DoCmd.OpenQuery "qryOne"
DoCmd.OpenQuery "qryTwo"
DoCmd.SetWarnings True
thanks
