Tabs

  • Thread starter Thread starter Joel
  • Start date Start date
J

Joel

Hello,

I have a form with multiple tabs. I created a field and put it on one tab.
How do I get that field to only show on the tab selected? Right now, it
shows up on all tabs.

Much thanks-
Joel
 
It sounds like you tried to click and drag the text box
onto the tab control. This doesn't put it on the tab, it
keeps it on the form behind the tab. You'll probably
notice that if you move the tab control, you will see the
text box on the form behind it. Make a new text box
control and put it right on the tab from the start. Or if
you want to use the existing text box, cut it from the
form and then paste it onto the highlighted tab.
 
Thank you, that worked!

Mike said:
It sounds like you tried to click and drag the text box
onto the tab control. This doesn't put it on the tab, it
keeps it on the form behind the tab. You'll probably
notice that if you move the tab control, you will see the
text box on the form behind it. Make a new text box
control and put it right on the tab from the start. Or if
you want to use the existing text box, cut it from the
form and then paste it onto the highlighted tab.
 

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