P
Petr Danes
I have an update query that joins three tables, A, P & S. S & P are linked
with an inner join, P & A with an outer join from P to A. Each join is on
three fields, none of which are common between the joins. The query works
fine and displays fine in the graphic window, but throws an error message
about "The SQL statement could not be executed because it contains ambiguous
outer joins." when I attempt to switch to SQL view and throws error 3258
with the same message in VBA when I try to use code to display the SQL.
I don't get it - if there's something wrong with the query, why does it
work? If not, why won't it show the SQL?
I've done all the usual stuff, compact & repair, decompile, copy everything
to a new database - no change.
Pete
with an inner join, P & A with an outer join from P to A. Each join is on
three fields, none of which are common between the joins. The query works
fine and displays fine in the graphic window, but throws an error message
about "The SQL statement could not be executed because it contains ambiguous
outer joins." when I attempt to switch to SQL view and throws error 3258
with the same message in VBA when I try to use code to display the SQL.
I don't get it - if there's something wrong with the query, why does it
work? If not, why won't it show the SQL?
I've done all the usual stuff, compact & repair, decompile, copy everything
to a new database - no change.
Pete