Hi,
Both lists have "ProductName" field.
Just alias "ProductName" in your select:
SELECT Products.ProductName, a, b, c, d, e, f, g, h, j, i from Products, Registration where Products.ProductName = Registration.ProductName
It should do the trick.