Tab Control Question

  • Thread starter Thread starter Gina Whipp
  • Start date Start date
G

Gina Whipp

Hey Guys,

Can anyone tell me why this is not working? I get the tab to disappear but
cannot get it to reappear. It is on the After Update property of the
control that changes from Yes to No located on the main form.

If (Me.txtNoChild <> -1) Then
Me.tabDealerProfile.Pages(1).Visible = False
Else
Me.tabDealerProfile.Pages(1).Visible = True
End If


Thanks in advance!
Gina
 
Back
Top