Tab control on tab control

W

Wullie

Hi,

Is there any way to have a tab control on a tab of a tab control?

I have pupil data that I have split between details, attendance and other so
far.

In the attendance tab, I was looking to split this up further into
attendances of year and splitting this up by a tab per year.

Is this possible to do? I tried to cut a tab control and paste onto the
orignal tab, but when pasting onto the tab, it just adds another tab to the
original (if I do it straight onto the form, it puts the new tab onto all
tabs of the main one)

I did look at creating a subform on the tab, entering the tabs on the
subform, then displaying a subform on each of those tabs - which seems very
longwinded to me and also meant that I could not get stuff aligned well
enough (always seemed to centre the inner tab, even after changing auto
resize and auto center to no).

Any advice with this would be greatly appreciated.

Thanks
 
D

Damon Heron

I'm afraid subform is the way to go. Create the subform separately with a
tab control and set the format properties so you have no border, no nav
buttons, etc. then open your main form in design view and drag the subform
onto the page you want it on. Don't forget to link the child and master
fields.
It is sort of a hassle, but it doesn't take too long to create a nice
looking form.

Damon
 

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

Similar Threads


Top