Querey building problem

Niniel

Registered User.
Local time
Today, 00:37
Joined
Sep 28, 2006
Messages
191
Hello,

I have a query where I would like to include names from a name table. The problem is that I get this "ambiguous outer joins" error when I try to include it in my query.
I have a main table, the name table, and a join table with the IDs from both of the other two tables in order to model a many-to-many relationship between main table and name table.

Is there a way around this?

Right now the query contains the main table and the join table so I get the name ID, just not the real names.

Thank you.
 
make sure if your name Xref table is outter joined, you outter join the name table to your Xref table the same direction. basically
 
Oh, yes, of course!
Thank you very much.
I guess it was just too obvious. :)
 

Users who are viewing this thread

Back
Top Bottom