Not To Repeat the Labels

  • Thread starter Thread starter hylow
  • Start date Start date
H

hylow

Thanks for reply.

I intend to build 3 tabs in the 'Detail' section, where each tab will
have different labels and controls. I do not want the labels to repeat
in all 3 tabs.

As the labels are different for the 3 tabs, I can't build them in the
'Form Header'.
 
A messy way would be to apply some soft of naming convention to your labels
(Tab1Label1, Tab1Label2, Tab2Label1, Tab3Label1, etc) and then loop through
all of the controls on your form as you activate each tab, setting the
Visible property of the various labels as appropriate.

There's no other option that comes to mind, though.
 
Back
Top