Forum Discussion
KimG
4 years agoQrew Cadet
Hi
I'm not sure if you actually need a many-to-many relationship, or if you just need to switch the relationship from more than one county per district to more than one district per county.
If your Counties and Districts would look like this, then you have a many-to-many relationship:
As in:
If a District is only in one county then, it would look like this:
As in:
If it looks like the second, then you just need to change the relationship from more than one County to District to more than one District per County.
------------------------------
Kim G
------------------------------
I'm not sure if you actually need a many-to-many relationship, or if you just need to switch the relationship from more than one county per district to more than one district per county.
If your Counties and Districts would look like this, then you have a many-to-many relationship:
As in:
- County A is in District 1, 2, 5
- County B is in District 3, 4
- County C is in District 3, 5 6
If a District is only in one county then, it would look like this:
As in:
- County A is in District 1, 2
- County B is in District 3, 4
- County C is in District 5, 6
If it looks like the second, then you just need to change the relationship from more than one County to District to more than one District per County.
------------------------------
Kim G
------------------------------
- JasmineSexton4 years agoQrew MemberThank you! I was able to make the table work by using a many-to-many relationship!
------------------------------
Jasmine Sexton
------------------------------