Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top