Make visible/Hide label based on tab control page selection

  • Thread starter Thread starter Johnny
  • Start date Start date
J

Johnny

Hello, help needed

I have a form with a tab page control on it. I need to make a label on
main form to become visible or not, based on selected tab control
page .

thks in advance
 
Hi Johnny,

Check out this article:

Implementing a Successful Multiuser Access/JET Application
http://www.accessmvp.com/TWickerath/articles/multiuser.htm

Scroll down to the section sub-titled "Speed up Tab controls". Here, you
should see a link that allows you to download a Word document. This Word
document explains how to load a subform on a tab page, on demand. Hopefully,
this will get you far enough along the way that you can control the .Visible
property of your label instead of loading a subform.


Tom Wickerath
Microsoft Access MVP
http://www.accessmvp.com/TWickerath/
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________
 
Back
Top