Tab Control Question

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

Guest

Is there a way to "grey out" a tab control field if there is no data
contained on the subform embedded within it?

Thanking you all in anticipation.

PMK
 
Further to Arvin's advice, probably the best thing you could do is to create
code to determine whether the page should be usable or not and, when not,
set the page's visible property to false. This will hide the page from
view.

What do you think?

M
 
Back
Top