Command Buttons

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

Guest

I have designed a Form with a Ctrl Tab to go from one section to another. I
have a Contol for Exiting to the Main Menu, which, when created on one Tab
appears in the same place on the other Tabs. Is there any way you can create
this type of control on each Tab and position the Control where you wish.
Thanks for any help
 
If you initially created the control on the form outside of the tab control
and later dragged it onto the tab control, it will act as though it were not
on a specific page but as though it were on the form behind the tab control
and showing through all pages. You can fix it by cutting the control to the
clipboard, selecting the specific page of the tab control in which you want
to position it, and pasting it back from the clipboard. You may find the
following article on using the tab control useful ...

http://office.microsoft.com/en-us/assistance/HA012300491033.aspx
 
Ok Thanks very much for that Brendan

Brendan Reynolds said:
If you initially created the control on the form outside of the tab control
and later dragged it onto the tab control, it will act as though it were not
on a specific page but as though it were on the form behind the tab control
and showing through all pages. You can fix it by cutting the control to the
clipboard, selecting the specific page of the tab control in which you want
to position it, and pasting it back from the clipboard. You may find the
following article on using the tab control useful ...

http://office.microsoft.com/en-us/assistance/HA012300491033.aspx
 
Back
Top