B
boaz
Hi,
I have 2 tables. One is a [Color] table. Another one is a [Mix] table.
The idea is to have a record of what colors are being mixed to make another
color.
In the [Color] table (parent):
I have one field "Color" as the primary key
Red
Green
Blue
Purple
In the [Mix] table (child)
I have the primary key with 2 fields -> Color + Color_Mixed
I have 2 records for: "Purple is mixed with Green and Blue"
Purple - Green
Purple - Blue
How do I create a relationship for both Color and Color_Mixed to point to
the only key field in the [Color] table?
I can only drag a "relationship" line from one table to another table. If I
drag another "relationship" line, Visio will give me an error.
--
I have 2 tables. One is a [Color] table. Another one is a [Mix] table.
The idea is to have a record of what colors are being mixed to make another
color.
In the [Color] table (parent):
I have one field "Color" as the primary key
Red
Green
Blue
Purple
In the [Mix] table (child)
I have the primary key with 2 fields -> Color + Color_Mixed
I have 2 records for: "Purple is mixed with Green and Blue"
Purple - Green
Purple - Blue
How do I create a relationship for both Color and Color_Mixed to point to
the only key field in the [Color] table?
I can only drag a "relationship" line from one table to another table. If I
drag another "relationship" line, Visio will give me an error.
--