G
Guest
I have a form with several unbound subforms. I want to pass in a string value
specifying the subform I wish to load on opening the form.
If the variable holding that value is FormToOpen, how do I set the form? The
following doesn't work:
set frm= Me.FormToOpen.Form
What is the syntax?
Thanks again!!
specifying the subform I wish to load on opening the form.
If the variable holding that value is FormToOpen, how do I set the form? The
following doesn't work:
set frm= Me.FormToOpen.Form
What is the syntax?
Thanks again!!