I have a query that i want to turn into an Inner\outer join, instaed of Ansi.
can Access do that for me ?
(the query):
SELECT ES2.Subject_desc AS 2nd_subject, employee_education.*, diplomas.*,edu_subjects.*
FROM employee_education, diplomas, edu_subjects, edu_subjects AS ES2
WHERE...