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
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