form tab duplicate

  • Thread starter Thread starter bml337 via AccessMonster.com
  • Start date Start date
B

bml337 via AccessMonster.com

I have a form that has one tab with employee information. I am trying to add
a second tab, and when i do, it automatically pulls the information from the
first tab. I have other forms with multiple tabs, each with its own data. I
cant figure out for the life of me why this is happening.

any help is much appreciated.

bl
 
This is normally indicative of a case where the controls that you think are
on the tab control are not actully on the tab control but on the form and
therefore they show up on all tabs. Try selecting one of your controls, use
Ctrl-X to remove it. Then make sure you have the desired page of the tab
control selected and use Ctrl-V to paste the control onto the tab control.
Then test your tab control and see if this control is now actually on the
page of the tab control.
 
im such a retard! you were right on, thanks!

bl

Mr said:
This is normally indicative of a case where the controls that you think are
on the tab control are not actully on the tab control but on the form and
therefore they show up on all tabs. Try selecting one of your controls, use
Ctrl-X to remove it. Then make sure you have the desired page of the tab
control selected and use Ctrl-V to paste the control onto the tab control.
Then test your tab control and see if this control is now actually on the
page of the tab control.
I have a form that has one tab with employee information. I am trying to add
a second tab, and when i do, it automatically pulls the information from the
[quoted text clipped - 4 lines]
 
Back
Top