D
dimpie
Hi - I am trying to close all the forms before opening the main form.
With this command docmd.close, i can close only one form. I would like to
close all open forms and then open the main form. How can i do this??
here is what i presently have
docmd.close
docms.openform "Main form"
any help is appreciated.
Thanks
With this command docmd.close, i can close only one form. I would like to
close all open forms and then open the main form. How can i do this??
here is what i presently have
docmd.close
docms.openform "Main form"
any help is appreciated.
Thanks