Hi,
I've created a form where a user has to enter a product and corresponding options and colours. He can enter 1 to 5 products with those additional options & colours. The product names and both options and colour lists are separate tables that i've inserted on the form as dropdownmenus with lookup fields.
So for instance:
Product1 - Option1 - Colour1
Product2 - Option2 - Colour2
...
Product5 - Option5 - Colour5
In total this makes 15 separate columns in my main table.
Now I would like to make a pivot table that shows for each product name the count of the chosen options and the chosen colours. I can't figure out how to do this since all three data are written accross five columns.
Thank you so much in advance for your help.
- a newbie -
I've created a form where a user has to enter a product and corresponding options and colours. He can enter 1 to 5 products with those additional options & colours. The product names and both options and colour lists are separate tables that i've inserted on the form as dropdownmenus with lookup fields.
So for instance:
Product1 - Option1 - Colour1
Product2 - Option2 - Colour2
...
Product5 - Option5 - Colour5
In total this makes 15 separate columns in my main table.
Now I would like to make a pivot table that shows for each product name the count of the chosen options and the chosen colours. I can't figure out how to do this since all three data are written accross five columns.
Thank you so much in advance for your help.
- a newbie -
Comment