I have a product table (tblProd which has ProdID, Name, Description, price)
I have an attributes table (tblAtt which has AttId, Description)
I then have a join table (tblProdAtt which has ProdAttId, prodID, AttId) which links the products to the attributes.
I also have a form which shows...