Q
quirkyjoe
The SQL statement could not be executed because it contains ambiguous
outer joins. To force one of the joins to be performed first, create a
separate query that performs the first join and then include that
query in your SQL statement. (Error 3258)
Hi,
I had a nice query that was working off of two tables just fine. Call
them Table 1 and Table 2.
I added a field to Table 2 call "Unit". I did this so that I could
then add a third table - Table 3 - to the query and link Table 3 to
TAble 2 using the "Unit" field.
However now when I run my query with Tables 1, 2, and 3 included I get
the error message above.
Any idea what is going on?
outer joins. To force one of the joins to be performed first, create a
separate query that performs the first join and then include that
query in your SQL statement. (Error 3258)
Hi,
I had a nice query that was working off of two tables just fine. Call
them Table 1 and Table 2.
I added a field to Table 2 call "Unit". I did this so that I could
then add a third table - Table 3 - to the query and link Table 3 to
TAble 2 using the "Unit" field.
However now when I run my query with Tables 1, 2, and 3 included I get
the error message above.
Any idea what is going on?