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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top