I have a table that give me the detail for each product can use. For ex:
Tbl1.ItemNb, Tbl1.Color, etc,,
I have a table that gives me the list of all components for a specific product:
Tbl2.Item1, Tbl2.Component1
Tbl2.Item1, Tbl2.Component2
Tbl2.Item1, Tbl2.Component3
Etc…
Since I need to have...