Some customers want the vendor and manufacturer part code names to be match the primary part code. The script below is for each situation.
update IN_Part set Vendor_Part = Part_Code
update IN_Part set Manufacturer_Part_Code = Part_Code
Some customers want the vendor and manufacturer part code names to be match the primary part code. The script below is for each situation.
update IN_Part set Vendor_Part = Part_Code
update IN_Part set Manufacturer_Part_Code = Part_Code
Thank you! Your comment has been submitted for approval.