I'm new to this, so the question may be simple. I have a table with parts-to-assembly relationship, another one with an assembly-to-enterprise relationshhip and a table with parts-parts cost-enterprise relationship. There's a many-to-many relationship between parts and asssemblies. I need to get a count of total assemblies for any given part and a count of parts for any given assembly. Limiting the answer to a query would be strongly preferred to introduing another control with code. Thanks in advance.
↧