Repost: Splitting subforms fields across tabs.

D

D Collins

Hello,

I have a form with 5 tabs on it. The first tab contains
the main form information, on the other tabs, I wish them
to contain the subform information. I have the subform
information on the second tab and it works fine.

My question: I want to take a few of the fields from the
subform and place them on separate tabs, so that when I
add another subform record, the record will prepare for
the new information. I can't leave a field without a
subform container, therefore, it gives an error. If I
place it in a subform control, it works independently of
the first subform.

I hope this makes sense. Thx.
 
J

John Vinson

Hello,

I have a form with 5 tabs on it. The first tab contains
the main form information, on the other tabs, I wish them
to contain the subform information.

I'd suggest putting a Tab Control *on the Subform*, if you want to
divide up the fields on the Subform's recordsource. Synchronizing four
subforms will require a lot of tricky code - using a tab control will
require none at all.
 
D

D Collins

Thanks!

-----Original Message-----


I'd suggest putting a Tab Control *on the Subform*, if you want to
divide up the fields on the Subform's recordsource. Synchronizing four
subforms will require a lot of tricky code - using a tab control will
require none at all.


.
 

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

Top