Full Join

J

John Spencer (MVP)

No there is not. You need to do two Outer JOINs (LEFT JOIN OR RIGHT JOIN) and
THEN use a UNION query to combine the results.
 
V

Van T. Dinh

Full Outer Joins are not available in JET SQL.

You need to UNION the LEFT OUTER JOIN and the RIGHT OUTER JOIN to simulate a
full outer Join.
 
P

Peter Surcouf

I use access front end to a sql7 back end which means I can do a pass
through, would it not be possible to put the data in an MSDE backend and
then use pass through?

peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top