BlueJacket
Registered User.
- Local time
- Today, 12:32
- Joined
- Jan 11, 2017
- Messages
- 92
Hello! I tried searching for this topic, but didn't find anything, so sorry if this is a repeat.
I attached a zip file with an image of the three tables I'm using to create a query. I have a Judges table and a County Information table, and since there are some cases where judges rotate through several counties and each county has multiple judges, my research showed me a joining table would be the best way to create this many-to-many relationship.
When I go to run a query based off of these three tables, I get an error message saying the SQL statement could not be executed because it contains ambiguous outer joins. Every other video/webpage I've found that shows how to make forms based off of many-to-many relationships, none of them run into this error.
How do I fix this? I know subqueries are what needs to happen in this instance, but I feel like I'm doing something wrong to even get that error.
Thanks in advance.
I attached a zip file with an image of the three tables I'm using to create a query. I have a Judges table and a County Information table, and since there are some cases where judges rotate through several counties and each county has multiple judges, my research showed me a joining table would be the best way to create this many-to-many relationship.
When I go to run a query based off of these three tables, I get an error message saying the SQL statement could not be executed because it contains ambiguous outer joins. Every other video/webpage I've found that shows how to make forms based off of many-to-many relationships, none of them run into this error.
How do I fix this? I know subqueries are what needs to happen in this instance, but I feel like I'm doing something wrong to even get that error.
Thanks in advance.