objects duplicating in Tab

B

Bret

Please I am using the multi-tab object in my forms. All the text objects
from the first tab are appearing or repeating in the other tabs. How can I
resolve this?

thank you
 
M

Mr B

This sounds like one of those situations where you did not actually place
your controls on the Tab of your tab control but rather on the form and
therefore they appear to be there on every tab.

Make sure you have the desired tab of the tab control selelcted before
placing each control. Place one control and then immediately check to be
sure you have place the control on the tab before placing more controls.
When get more comfortable with placing your controls on the tab you will not
have to check between placing each control.
 
Top