G Guest May 2, 2006 #1 How do I create a many-to-many relationship? It seems I can only get access to create a one-to-many relationship.
How do I create a many-to-many relationship? It seems I can only get access to create a one-to-many relationship.
S Sylvain Lafontaine May 2, 2006 #2 You cannot directly create a many-to-many relationship between two tables, you need to add a third table to hold these relationships.
You cannot directly create a many-to-many relationship between two tables, you need to add a third table to hold these relationships.