I may be approaching this wrong but I am trying to make a table to group a large list of manufacturers into categories. What would be the best structure for such a table?
Currently, I have a table (tblBusinessMix) that is an imported Excel file taken directly from our business's sales software. It list each manufacturers (mfr) code (generally just the companies name shortened, but not always) along with each customer who bought something from that mfr code. So customer x bought y amount from z manufacturer.
How can I go about grouping various mfr codes under "archetypes"? Like I want the mfr codes A, B, C to go under "Wire" then D, E, F go under "Conduit".
Currently, I have a table (tblBusinessMix) that is an imported Excel file taken directly from our business's sales software. It list each manufacturers (mfr) code (generally just the companies name shortened, but not always) along with each customer who bought something from that mfr code. So customer x bought y amount from z manufacturer.
How can I go about grouping various mfr codes under "archetypes"? Like I want the mfr codes A, B, C to go under "Wire" then D, E, F go under "Conduit".