P
pltaylor3
I have three tables. The first one has just a single list of parts.
The second one has a parts that correspond to the first table and
various properties that those parts have. (one to many relation with
the first table). The problem lies in the third table. The first
column lists the possible parts referancing from the first table (no
problem here) I would like the second colum to read the first and then
give me the various part properties that are defined for that part in
the second table.
For instance
1st table
Calipers
Hubs
Rotors
Spindles
2nd table
Part Type Name Part Property Name
Calipers Manufacturer
Hubs manufacturer
Hubs offset
3rd table
Part Type Name Part Property Name Part Serial # Part Property Value
any ideas?
thanks in advance
The second one has a parts that correspond to the first table and
various properties that those parts have. (one to many relation with
the first table). The problem lies in the third table. The first
column lists the possible parts referancing from the first table (no
problem here) I would like the second colum to read the first and then
give me the various part properties that are defined for that part in
the second table.
For instance
1st table
Calipers
Hubs
Rotors
Spindles
2nd table
Part Type Name Part Property Name
Calipers Manufacturer
Hubs manufacturer
Hubs offset
3rd table
Part Type Name Part Property Name Part Serial # Part Property Value
any ideas?
thanks in advance