Re: Linking 4 child tables to 1 Parent table
- From: "Jeff Boyce" <nonsense@xxxxxxxxxxxx>
- Date: Thu, 13 Apr 2006 13:07:41 -0700
First, if 3 tables are related one-to-one to the main (parent) table, why
are they separate tables? I'm not saying that they shouldn't be, I'm asking
what they contain that made you decide they need to be separate?
Next, the way to relate any child table to a parent table is to include a
field in the child table that will hold it's "parent's" ID/key -- this is
how it knows which parent it belongs to.
Regards
Jeff Boyce
Microsoft Office/Access MVP
"larpup" <larpup@xxxxxxxxx> wrote in message
news:1144956607.391516.80510@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have a Parent table with a key field. I have 4 child tables. One
table is a many-to-one relation and the other three are one-to-one.
The three that are one-to-one may or may not have data entered into
them.
My question is; What is the best way to link these 4 tables to the
parent table?
The 4 child tables are all (really) related to the key field of the
parent table, but this has brought problems in underlying queries in
some forms. Appreciate any advice.
Lar
.
- Follow-Ups:
- Re: Linking 4 child tables to 1 Parent table
- From: larpup
- Re: Linking 4 child tables to 1 Parent table
- References:
- Linking 4 child tables to 1 Parent table
- From: larpup
- Linking 4 child tables to 1 Parent table
- Prev by Date: Linking 4 child tables to 1 Parent table
- Next by Date: Re: Linking 4 child tables to 1 Parent table
- Previous by thread: Linking 4 child tables to 1 Parent table
- Next by thread: Re: Linking 4 child tables to 1 Parent table
- Index(es):
Relevant Pages
|
Loading