hi all,
i am trying to run this query:
SELECT b.subject_name,
a.first_name,
a.last_name
FROM subjects b LEFT JOIN students_subjects c ON b.subject_id = c.subject_id LEFT JOIN
students a ON c.student_id = a.student_id
but getting this error message:
"syntax error (missing operator)".
i can't find the problem.
i'm using access 2003.
pleaes help,
thank's.
i am trying to run this query:
SELECT b.subject_name,
a.first_name,
a.last_name
FROM subjects b LEFT JOIN students_subjects c ON b.subject_id = c.subject_id LEFT JOIN
students a ON c.student_id = a.student_id
but getting this error message:
"syntax error (missing operator)".
i can't find the problem.
i'm using access 2003.
pleaes help,
thank's.