I'm doing some queries in Access Design view, then using the generated SQL elsewhere.
Unfortunately, when Access generates SQL, the joins are all INNER JOINs, not simply "where table1.id = table2.id".
For example, I get this:
SELECT Dept.DeptID, Dept.Name, Staff.Surname
FROM Dept INNER JOIN...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.