Hello experts,
I'm incorporating inventory into a db using the NorthWind inventory as a model and my db tracks equipment maintenance. When any maintenance is performed, a work order is always completed, thus I have a work orders table which needs to be tied to the inventory model. The work orders table includes a products or "parts" field. My question is should I link to the 'products' field or the 'transactions' field.
Thank you
I'm incorporating inventory into a db using the NorthWind inventory as a model and my db tracks equipment maintenance. When any maintenance is performed, a work order is always completed, thus I have a work orders table which needs to be tied to the inventory model. The work orders table includes a products or "parts" field. My question is should I link to the 'products' field or the 'transactions' field.
Thank you