Pause in sequence

J

Jeff C

I have been sequencing simple "DoCmd.OpenQuery" actions on command buttons
and am wondering if there is a command I can insert to pause between certain
commands? Any other ideas welcomed.

Thank you.
 
J

Jeff C

So am I correct in thinking, I paste the code in above my sequence, and then
I place "sSleep(100)" in between the DoCmd actions where I want the pause?
 
Top