T
thanie
Hi, I have two tables, a CAD Drawing table, and a Parts
table. I have made a many-to-many rel. with a BOM (bill
of materials) table as the junction table. One drawing
can have many parts, and one part can go on many drawings.
So, right now, I have a table listing all my drawings,
table listing all my parts, and the BOM table just has the
field headings, but no information from either tables. My
question is, how do I make the connection between certain
drawings and certain parts? Do I need to add the primary
key from each table to the other's table and then do a
query? Or is there an easier way, because if I have a
gasket for example, it could go on hundreds of drawings,
which would mean 1 field for every drawing? Anyone please
help, as I'm banging my head on my desk as we speak.
Thanks!
table. I have made a many-to-many rel. with a BOM (bill
of materials) table as the junction table. One drawing
can have many parts, and one part can go on many drawings.
So, right now, I have a table listing all my drawings,
table listing all my parts, and the BOM table just has the
field headings, but no information from either tables. My
question is, how do I make the connection between certain
drawings and certain parts? Do I need to add the primary
key from each table to the other's table and then do a
query? Or is there an easier way, because if I have a
gasket for example, it could go on hundreds of drawings,
which would mean 1 field for every drawing? Anyone please
help, as I'm banging my head on my desk as we speak.
Thanks!