G
Guest
I would like to open a form and wait for the form to close before continuing
execution in the code the does the open form. That works fine in the default
setting such as:
DoCmd.OpenForm "ProjectManager", , , , , acDialog
However, if you want the form to open up in datasheet view, like:
DoCmd.OpenForm "BPProjectManager", acFormDS, , , , acDialog
then, for some reason, VB does not wait, but continues execution, despite
the acDialog.
Has anyone experienced this problem? Is there a work-around?
Thanks,
Leif
execution in the code the does the open form. That works fine in the default
setting such as:
DoCmd.OpenForm "ProjectManager", , , , , acDialog
However, if you want the form to open up in datasheet view, like:
DoCmd.OpenForm "BPProjectManager", acFormDS, , , , acDialog
then, for some reason, VB does not wait, but continues execution, despite
the acDialog.
Has anyone experienced this problem? Is there a work-around?
Thanks,
Leif