R
rob p
Starting a project, I need to run two passthru querys and then two make
table querys. I have an event on click on my command button. Code is
DoCmd.OpenQuery "querytblpr1", acviewNormal
DoCmd.OpenQuery "querytblpr5", acviewNormal
and the same for the two make table querys. I want to press one button and
run all 4 querys.
Anyway, after these 4 run, the two above querys are still open on my screen.
How can I run these 4 querys from a command button more in the background?
I tried Docmd.closequery but was getting errors.
thanks.
table querys. I have an event on click on my command button. Code is
DoCmd.OpenQuery "querytblpr1", acviewNormal
DoCmd.OpenQuery "querytblpr5", acviewNormal
and the same for the two make table querys. I want to press one button and
run all 4 querys.
Anyway, after these 4 run, the two above querys are still open on my screen.
How can I run these 4 querys from a command button more in the background?
I tried Docmd.closequery but was getting errors.
thanks.