Alright,
So I have two different tables, Table 1 that includes basic order information and Table 2 that includes dimentions for each part number. Unfortunately, there is no primary key that I am able to use for each record.
In layman's terms, how can I create a Table 3 which combines the data for the basic order information and the parts within each order? The fields that are consistent are the part number and the order #. I am at a loss for how to do this, though.
If Job & Part # in Table 1 match Table 2, Table 3 will show the cubic volume and cubic weight of the part from Table 2.
Any help would be greatly appreciated!
So I have two different tables, Table 1 that includes basic order information and Table 2 that includes dimentions for each part number. Unfortunately, there is no primary key that I am able to use for each record.
In layman's terms, how can I create a Table 3 which combines the data for the basic order information and the parts within each order? The fields that are consistent are the part number and the order #. I am at a loss for how to do this, though.
If Job & Part # in Table 1 match Table 2, Table 3 will show the cubic volume and cubic weight of the part from Table 2.
Any help would be greatly appreciated!