T
tobesurveyor via AccessMonster.com
Good Morning to all,
For what I have read and experienced, when running a VBA command it follows a
line by line bases when running the code. I know this is a better way to
explain:
DoCmd.OpenForm "frmLogin", , , , , acHidden <-Runs first
DoCmd.OpenForm "frmMainSwitchboard", acNormal <- Runs second
DoCmd.OpenForm "frmFieldScheduler",acNormal <- Runs third
The forms, frmMainSwitchboard and frmFieldScheduler pull information from the
server backend and have multiple continous subforms so the load time for each
is extensive. The user has to wait form frmMainSwitchboard to load and then
do nothing with this form until frmFieldScheduler loads.
Is there a way to load both of these forms at the same time.
Thanks,
CF
For what I have read and experienced, when running a VBA command it follows a
line by line bases when running the code. I know this is a better way to
explain:
DoCmd.OpenForm "frmLogin", , , , , acHidden <-Runs first
DoCmd.OpenForm "frmMainSwitchboard", acNormal <- Runs second
DoCmd.OpenForm "frmFieldScheduler",acNormal <- Runs third
The forms, frmMainSwitchboard and frmFieldScheduler pull information from the
server backend and have multiple continous subforms so the load time for each
is extensive. The user has to wait form frmMainSwitchboard to load and then
do nothing with this form until frmFieldScheduler loads.
Is there a way to load both of these forms at the same time.
Thanks,
CF