Tab Control With Sub Form

dbrooks

Registered User.
Local time
Today, 07:21
Joined
Dec 22, 2000
Messages
35
I am trying to insert a sub form over a tab control and everytime I do it does not attach to a particular tab. The problem with this is as I go through the different tabs I can see my sub form on every tab instead of just being on one form.

Any ideas? thanks
 
Let me restate my problem. What I really want to do is create a tab control on top of a tab control. Is this possible?
 
Okay thanks to a couple other posts I was finally able to figure out what I was doing wrong. I had to use the tab control change property.
Private Sub TabCtl0_Change()
 

Users who are viewing this thread

Back
Top Bottom