I have a tabbed form with 5 tabs. The Header section on the main form shows the employee name. Only the first three tabs relate to individual employee data. The other two tabs display list of command buttons for reports, etc.
What I am trying to do is have the employee name in the header appear on the first three tabs. However, when either of the remaining tabs are clicked, I want the employee name field not to be visible.
I have tried putting this code on the “ON CLICK” event of one of the tabs that when selected would set the visible property to False.
=[Auto_Title0].[Visible]=False
[Auto_Title0].Visible]=False
My question is do I have the code in the correct place? If not, where should it go?
What I am trying to do is have the employee name in the header appear on the first three tabs. However, when either of the remaining tabs are clicked, I want the employee name field not to be visible.
I have tried putting this code on the “ON CLICK” event of one of the tabs that when selected would set the visible property to False.
=[Auto_Title0].[Visible]=False
[Auto_Title0].Visible]=False
My question is do I have the code in the correct place? If not, where should it go?