Access

P

PJ

I inherited a database with forms and reports already created. I have to add
a field to page 2 which is set up as a separate tab. Each time I create this
field it shows up on the tabs created for page one and two. How can I have it
appear only on the tab for page 2?
 
R

Rick Brandt

PJ said:
I inherited a database with forms and reports already created. I have
to add a field to page 2 which is set up as a separate tab. Each time
I create this field it shows up on the tabs created for page one and
two. How can I have it appear only on the tab for page 2?

You haven't been placing it "on" a page but rather "in front of" the entire
TabControl. The test is to move the TabControl and see if the control also
moves. I'm betting it won't.

Cut the control to the clipboard, select the desired TabPage (click on the tab
only) and then Paste.
 
Top