Hey,
I currently have a query with several sub-queries that each add data from a different table to the sub-query before them, to build up information from several tables in one query. I've had to do this because using more than 2 tables in a query gives me an 'ambiguous outer join' error. Is there any way to use more than 2 tables in the query without getting the error? Using multiple sub-queries is a right pain and it makes the database very messy.
I currently have a query with several sub-queries that each add data from a different table to the sub-query before them, to build up information from several tables in one query. I've had to do this because using more than 2 tables in a query gives me an 'ambiguous outer join' error. Is there any way to use more than 2 tables in the query without getting the error? Using multiple sub-queries is a right pain and it makes the database very messy.