Using tab Control

R

rblivewire

I am having trouble using the tab control. When I copy the fileds from
my original form, which is not on a tab, to the tab, it appears on both
tabs. So when I switch, the same info is on both tabs. It seems like
the two tabs pages are actually one. Any suggestions why this is doing
this?
 
D

Douglas J. Steele

When you've pasting the other controls onto the tab control, make sure that
you've only got a specific page of the tab control selected, rather than the
tab control itself. The little black handles should be inside the page,
rather than outside the control.
 
Top