Possible Tab Control(s) in another tab control

WCOK2

New member
Local time
Yesterday, 16:33
Joined
Oct 14, 2006
Messages
6
A simple question. I have tried to add Tab Control(s) in another tab control but those added tab control added in one particular tab control are shows on all tab controls in the same forms. Is it MS Acess limitation or I just don't get it done correctly?
 
I don't think you can nest tab controls. You must have a very complex design if you need to do this. What are you trying to achieve?
 
If you want to nest tabs, you have to use subforms.
 
You could probably fake tab controls using various graphic objects and their on-click or got focus properites to show and hide various items.

Having said that, it is probably the wrong thing to do. I would advise thinking about Bob & Gemma's replies.
 

Users who are viewing this thread

Back
Top Bottom