User-1203469223 posted
Why is that not working?
Just create a new Table: RelatedProducts
Create 2 columns in it: ProductID & RelatedProductID
Set your primary key to a combination of those fieldsd and you are ready...
To get a list of related products:
Select * FROM RelatedProducts WHERE ProductID = yourProductID