View Full Version : tab control within a tab control


Jonathan Kok
03-22-2002, 06:44 AM
ARRGGGGGHHHHHHH!!!!!
OK, how can I insert a tab control within a tab control? Everything I've tried has resulted in placing the tab pages ON TOP OF the tab control. I can't seem to get it to insert the tab control on the tab page.

Any ideas? Thx!

Pat Hartman
03-22-2002, 10:38 AM
Try putting the second tab control on a form.

Jonathan Kok
03-22-2002, 10:44 AM
Yup, I know that works already, and I've done that with a different one. I can't do it like that with this one b/c the tab control I'm trying to insert will (eventually) have subforms on it, and they have to relate to the master form. If I did it your way, it would then become the subform of a subform of the master form, and I don't think I can relate it back to the master form. If ya know what I mean.

Any other ideas?

Jonathan Kok
03-26-2002, 07:04 AM
btt