Hi,
is this right?
Code:
SELECT[Instructor Teaching Information Table].instructor_id,
[Instructor Teaching Information Table].alone,
[Instructor Teaching Information Table].course_id,
[Instructor Teaching Information Table].course,
[Instructor Teaching Information Table].num_teachings,
[Instructor Teaching Information Table].course_type,
[Instructor Teaching Information Table].notes,
[Course Table].course_date,
[Course Table].location,
[Course Table].station_demo,
[Course Table].hours
FROM [Instructor Teaching Information Table]
RIGHT JOIN [Course Table]
ON [Instructor Teaching Information Table].course_id = [Course Table].course_id;
But it shows me Type mismatch in expression