I am building a custom database similar to an inventory database where I have listings for parts and assemblies which are composed of one or more parts.
My end goal is to 1) retrieve a list of all parts for a specific assembly, 2) generate a pull list of all parts required for an order of several assemblies, and 3) generate a list of all assemblies that contain a particular part,
Since I have an inventory of 8K different parts and somewhere on the order of 150K different assemblies, I need help setting up the tables correctly before I go any further.
Inventory-analog.odb (3.5 KB)