Thanks for the fast reply djj. I also found out the following suggestions on another forum:
I will first try the following logic:
SELECT
Parts.SuppliersName
,InternationalSuppliers.Name
,Parts.SuppliersLongName
,InternationalSuppliers.LongName
FROM
dbo.Parts
INNER JOIN dbo.InternationalSupplier ON...