I have a database to track part numbers in an engineering dept.
The primary key is part_no and one of the fields is called layout_no. I need to set it up so that the same part can be a part in many different layouts. I then need to produce a report based on the layout_no for a bill of materials. Just not sure how to approach this one. Is some kind of a relationship the way to go?
Thanks for any help.
The primary key is part_no and one of the fields is called layout_no. I need to set it up so that the same part can be a part in many different layouts. I then need to produce a report based on the layout_no for a bill of materials. Just not sure how to approach this one. Is some kind of a relationship the way to go?
Thanks for any help.