Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ambiguous Outer Joins

Status
Not open for further replies.

DoDo1975

Technical User
Jun 4, 2002
18
CA
I am getting the error message relating to Ambiguous outer joins when I try to run my query in access using the QBE pane. I know that I can get around this error by deleting the automatic join it makes between 2 tables that I dont want joined, but I would like to know why it is trying to join them.

I am using multiple (12 or so) tables that are all linked to the same primary table through the same primary key. I am using multiple tables for a couple reasons, mainly because there are over 200 fields and I wanted them split up into different subsets.

Can anyone tell me why I am getting these ambiguous join errors; and how to stop it. I have also created dynamic SQL queries by using input boxes and the queries work great that way, but when building in the QBE pane it immediately joins the tables up when I dont want them joined.

This will create problems when other people use the database.

Thanks in advance.

JL
 
This complex SQL problem has a simple solution:
Use sub queries and embed them into your main query.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top