Thanks For Replying Dan
In the first example:
L2 is releated to L1 with a 1 to many relationship between
L2Table.L1ID and L1TableL1ID
L3 is releated to L2 with a 1 to many relationship between
L3Table.L2ID and L2TableL12D
Same for L4 and L5
The "Name" field in each table simply refers to the fact that each
Record will have a Name or Title (there is a lot of other fields as
well for each record in all of the tables but the design is basically
the same for each table)
In the 2nd Example the records would be "linked" through the
"LinkedToID" field - unlike traditional relationships between tables
this design would only denote that Record 2 was "related" to record
one as it would have a"1" in the "LinkedtoID" field. I would handl
the entegrity through my design I am just not sure this is a good way
to set up the table and I think my first suggestion is the most ideal
way
Let me know if this gives sufficient answers to your questions and if
not I will provide some sample data to try and explain better
Thanks,
Jeff
On Nov 7, 4:38*pm, Dan Dungan <d...@stagerobbers.com> wrote:
> Hi Jeff,
>
> In your first example, I'm unclear how each table contains a field "name"..
>
> In your second example, how are you going to link two records?
>
> Could you provide sample data, and maybe a written description of the entities and relationships?
>
> Dan
|