D
Dkline
I need to run an Action Query through VBA. I just want to run it. I don't
need it to open or anything - just run and go away.
I've been playing with DoCmd.OpenQuery which opens the query. I've tried the
suggestion is a different thread of:
DoCmd.SetWarnings False 'disable warnings
DoCmd.OpenQuery <queryname>
DoCmd.SetWarnings True 'enable warnings
How can I make it go away as using the above the query is still open?
need it to open or anything - just run and go away.
I've been playing with DoCmd.OpenQuery which opens the query. I've tried the
suggestion is a different thread of:
DoCmd.SetWarnings False 'disable warnings
DoCmd.OpenQuery <queryname>
DoCmd.SetWarnings True 'enable warnings
How can I make it go away as using the above the query is still open?