I have a main form, and I want to embed a subform (similar to Access) into this main form. I want to display the corresponding subform base on a combo box selection on the main form. How can I do that?
You can add a panel to your form. Then in code create the form, making sure to set TopLevel = False, then just add it to the form. If you are going to be working back and forth, then you need to create the form as a globabl variable.
If [blue]you have problems[/blue], I want [green]source code[/green] AND [green]error messages[/green], none of this [red]"there was an error crap"[/red]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.