Tab control - how to add/change subforms?
I have been trying to figure out how the tab control works on a form...
So far, not at all...
How do I display another form as a subform on one of the pages on the tab control? I can't seem to find anything in the toolbox to add to the page...
I wanted to use the tab control as a way to "browse" the forms in the database, so I'd have a static look/size of the application window, where only the sub form area on the form - or the tab control - would change depending on what form was requested by the user.
How do I do this (without constantly adding movesize to the load event of each form)?
I have been trying to figure out how the tab control works on a form...
So far, not at all...
How do I display another form as a subform on one of the pages on the tab control? I can't seem to find anything in the toolbox to add to the page...
I wanted to use the tab control as a way to "browse" the forms in the database, so I'd have a static look/size of the application window, where only the sub form area on the form - or the tab control - would change depending on what form was requested by the user.
How do I do this (without constantly adding movesize to the load event of each form)?
Last edited: