Right, I thought I had this nailed but my SQL syntax is not good enough!
I understand the principles here but can't put it into code.
tbl_training_courses: courseID(pk), course_title
tbl_course_dates: courseID, course_date, coursedateID(pk)
The example Zip file above works fine, but i cant...