Too many subforms in one form?

J

Jill

Hi,

I think I've got my tables down... Now, here's my situation. I have
t_PondSampleData with a PK of PondSampleDataID that hinges on pond name
(PondID) and date. This table contains general data (e.g., maximum pond
depth, sampler, aerators on or off).

Then I have 5 tables of more specific data, all linked to the pond sample
data table by way of foreign keys. My question is, what is the best way to
create data entry forms? I need for the PondSampleDataID to carry from the
main table forth to these more specific tables and I see that creating a
subform within the form is one way. However, does this mean FIVE subforms on
the one form?

Jill
 
J

Jill

Or would a tab control work better? Will the ID be carried forth from the
parent to the children? :)

Jill
 
L

Lynn Trapp

A tab control should work fine for this and, yes, the ID from the main form
will be the means of linking each of the subforms on the tab control.
 
J

Jill

Ahhh, ok, subforms on tab control... I hadn't gotten that far in my thinking
yet but I think I was almost there. :)

Thank you!
 
L

Lynn Trapp

You are quite welcome.

--
Lynn Trapp


Jill said:
Ahhh, ok, subforms on tab control... I hadn't gotten that far in my thinking
yet but I think I was almost there. :)

Thank you!
 

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