Tab Control problem

D

Dennis

I added a Tab Control to my form. When I place the
controls and fields on the second tab, they are visible
on the second page where and how I want them. But when I
select the first tab, the second tab's controls and field
bleeds through to the first tab. I have looked at the
properties and see nothing obvious to fix the problem. I
also search this site for past postings and came up empty.
I have used this type of design before and have not
experienced this problem. What am I missing?

Thanks,

Dennis
 
A

Allen Browne

Sounds like the control is directly on the form, not on a page of the tab
control.

Select it.
Cut it.
Select the page of the tab control where you want it (i.e. the actual tab).
Paste.
 
D

Dennis

Allen,

Thanks it worked perfectly.

Dennis
-----Original Message-----
Sounds like the control is directly on the form, not on a page of the tab
control.

Select it.
Cut it.
Select the page of the tab control where you want it (i.e. the actual tab).
Paste.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.




.
 
Top