Hyperlink on Tan Control Pages

L

LJS

I have 6 Tab Control Pages. When I type a label and attach a hyperlink
address (website) on Page 1 the label with the same number appears on all
other pages with the same label number. If a change the label number on say
page 3, the label change appears on Page 1 and other pages. Ordinary labels
without a hyperlink address typed on Page 1 do not appear on the other pages.
How can I insert a label with a hyperlink address so that it will appear on
one page only?
 
A

Allen Browne

Controls can be either:
a) on the form, or
b) in one of the pages of the tab control.

From your description, it sounds like you have the controls sitting on the
form, when you want them in the tab control.

To change them:
1. Open the form in design view.
2. Select the controls that should be in page 1 of the tab control.
3. Cut them to clipboard (Ctrl+X.)
4. Click the tab page (i.e. click on the actual tab at the top of the tab
control.
5. Paste (Ctrl+V.)
 
Top