Hello Friends
Could you please check if you can help me with the following:
I have two tables Table1 "Part Number" and Table2 "Manufacturer Part Number".
Table1 has following columns:
PartNumber, Manufacturer Name, ManufacturerP/N
Table2 has following columns:
ManufacturerP/N, Manufacturer Name, Description Lifecycle
As you may notice 'ManufacturerP/N' is common field between the two tables. I need to combine them into one table based on the ManufacturerP/N so that the result table appears like the following:
PartNumber,Manufacturer Name, ManufacturerP/N, Description, Lifecycle
Each part number can have more than one ManufacturerP/N associated with it and a manufacturerP/N can be associated to more than one PartNumbers.
Due to some IT restriction I am not able to download html maker at work. So I am trying to describe table structures as clearly as possible.
Thanks
Rajesh
Could you please check if you can help me with the following:
I have two tables Table1 "Part Number" and Table2 "Manufacturer Part Number".
Table1 has following columns:
PartNumber, Manufacturer Name, ManufacturerP/N
Table2 has following columns:
ManufacturerP/N, Manufacturer Name, Description Lifecycle
As you may notice 'ManufacturerP/N' is common field between the two tables. I need to combine them into one table based on the ManufacturerP/N so that the result table appears like the following:
PartNumber,Manufacturer Name, ManufacturerP/N, Description, Lifecycle
Each part number can have more than one ManufacturerP/N associated with it and a manufacturerP/N can be associated to more than one PartNumbers.
Due to some IT restriction I am not able to download html maker at work. So I am trying to describe table structures as clearly as possible.
Thanks
Rajesh