T
turkey
hi all, i'm trying to figure out the best way the get the results i need for
a report. i have 2 tables. an inventory table with all parts, descr, and
whether or not it's purchased--and a "made from" table. it has 3 fields
ID(pk), part, and made from. there is an entry for each part that makes up
the main part--at most, 8 entries (i think that the table is normalized). my
first idea was to self join with 7 copies-- there at most 7 levels of
assembly. the query produces the right parts but not in a way that i could
easily put in a report.
thank you
--
a report. i have 2 tables. an inventory table with all parts, descr, and
whether or not it's purchased--and a "made from" table. it has 3 fields
ID(pk), part, and made from. there is an entry for each part that makes up
the main part--at most, 8 entries (i think that the table is normalized). my
first idea was to self join with 7 copies-- there at most 7 levels of
assembly. the query produces the right parts but not in a way that i could
easily put in a report.
thank you
--