Hello everyone.
Total n00b here, trying to accomplish what should be very easy.
I am running a query which looks through two different, yet related tables. In each table is an ID number for a company. I am trying to get the name for the related company (which is stored in a separate table) to show up on the query.
The query won't work, because "the SQL statement could not be executed because it contains ambiguous outer joins." I am assuming that it means that the company name/ID table is connected to both of the two first tables, and it is confused as to which one to connect to.
How do I fix this? The help message tells me to create a separate query first, then join it to a second query. I looked at the help message, and was a bit dumbfounded by the SQL there.
Can anyone dumb it down enough for me? Please?
Total n00b here, trying to accomplish what should be very easy.
I am running a query which looks through two different, yet related tables. In each table is an ID number for a company. I am trying to get the name for the related company (which is stored in a separate table) to show up on the query.
The query won't work, because "the SQL statement could not be executed because it contains ambiguous outer joins." I am assuming that it means that the company name/ID table is connected to both of the two first tables, and it is confused as to which one to connect to.
How do I fix this? The help message tells me to create a separate query first, then join it to a second query. I looked at the help message, and was a bit dumbfounded by the SQL there.
Can anyone dumb it down enough for me? Please?