Hi there,
Just wondering can one append sub-forms programmatically through VBA code?
The reason I ask is because when working in design view, I don't want to clutter up the main form with sub forms on it. I figure, I can work in a more organized fashion by having it decoupled.
I'd create the controls and write the code separately on each form, and then when done just add some code back in the main form to insert them. Code would include positioning the sub-forms as such.
You can create tables through code, so I am wondering if it is possible to also append standalone forms as sub-forms onto other forms through code.
Regards.
Just wondering can one append sub-forms programmatically through VBA code?
The reason I ask is because when working in design view, I don't want to clutter up the main form with sub forms on it. I figure, I can work in a more organized fashion by having it decoupled.
I'd create the controls and write the code separately on each form, and then when done just add some code back in the main form to insert them. Code would include positioning the sub-forms as such.
You can create tables through code, so I am wondering if it is possible to also append standalone forms as sub-forms onto other forms through code.
Regards.