To quickly sum up what I am trying to do, I have Query 1 and Query 2.
Query 1 has fields A and B, which correspond with Query 2 fields X and Y.
Query 1 also has field C which contains the values I want to access.
What I want is to create a field Z in Query 2, which displays the value C where A=X and B=Y
Whenever I try to create a join between Queries 1 and 2, or create an expression for field Z which contains an SQL statement to select C from Query 1 where A=X and B=Y, I get the 'ambiguous outer join' error.
Query 1 has fields A and B, which correspond with Query 2 fields X and Y.
Query 1 also has field C which contains the values I want to access.
What I want is to create a field Z in Query 2, which displays the value C where A=X and B=Y
Whenever I try to create a join between Queries 1 and 2, or create an expression for field Z which contains an SQL statement to select C from Query 1 where A=X and B=Y, I get the 'ambiguous outer join' error.