It's an outer join statement used for oracle databases, so i guess it wouldn't work after all, seeing as I'm using Access. However, I tried converting it to the ANSI JOIN format, and I'm still having problems:
sqlString = "SELECT C.Course_code, C.Course_title, COUNT(O.Course_code) AS Attendees...