B
B Earl
I have a table with membership information. I have several tables with
information on the rodeos that the members have attended. Not all members
went to all rodeos. I need to have a query that shows a list of all members
and which rodeos they attended. I put in my query the first and last name
from the membership table. Then I put in the location from the first rodeo
table. I have the join in the query as showing all records from membership.
It looks fine with only one table. It shows all members and shows a value in
the location field from the second table. It shows a blank if they did not
attend. My problem is when I add the second table. I get this message: 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)
I am new to this, how do I fix this? In the end I will have about 30 tables
in this query. Thank you
information on the rodeos that the members have attended. Not all members
went to all rodeos. I need to have a query that shows a list of all members
and which rodeos they attended. I put in my query the first and last name
from the membership table. Then I put in the location from the first rodeo
table. I have the join in the query as showing all records from membership.
It looks fine with only one table. It shows all members and shows a value in
the location field from the second table. It shows a blank if they did not
attend. My problem is when I add the second table. I get this message: 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)
I am new to this, how do I fix this? In the end I will have about 30 tables
in this query. Thank you