Many to Many Relationship within Same Table

Problem: I've created a master table of all of the companies we work with. I've created slices to work with different types of companies. (Dealer, Manufacturer, End User, Buying Group).

Goal: How can I create Many to Many relationships between Manufacturers <=> Buying Groups as well as Dealers <=> Buying Groups?

Solved Solved
0 1 67
1 ACCEPTED SOLUTION

Either a column of type EnumList (subtype REF) column on one of the tables or both. Or creating an additional table for each M-2-M relationship that just stores the key columns of the respective tables.

View solution in original post

1 REPLY 1

Either a column of type EnumList (subtype REF) column on one of the tables or both. Or creating an additional table for each M-2-M relationship that just stores the key columns of the respective tables.

Top Labels in this Space