Here's our problem: We have two different products:

1) A yarn (sold by the skein);
2) A kit that includes a number of skeins of the yarn above, plus a pattern

We use products with attributes to track the inventory of #1. But since #2 will also be pulling from that same inventory, is there any way to link the two, so that when a kit is sold that has 5 skeins of yarn in it, those skeins are deducted from the overall inventory?

Thanks,

John