Tab Control with Sub forms

K

kelasmith

I have a main form right now with 2 linked subforms. I'd like to take
those 2 subforms and create tab controls for them. How do I do this?
Thanks!
 
D

Damon Heron

You mean you want to have the main form with a tab control for each of the
subforms, right? If so, create a new form and add a tab control, then paste
the subforms to each tab.

Damon
 
K

kelasmith

I did this and now my first subform will not pull all of the records
associated with the main form. The properties does not show the
subform field linker to be able to see if that is the problem.
 
K

kelasmith

Yes. I did this and now my first tab (subform) isn't pulling all of
the records associated with the main form. The properties sheet
doesn't show the master field and child field for me to adjust this.
 
D

Damon Heron

The Master Child property is a little tricky to get to. You have to click
on the "outside" of the subform to get those properties. Look at the part
that shows the little resizing boxes around the subform. Right click to
display properties.

HTH
Damon
 
Top