Thanks for having a look. The SQL for the query is as follows.
SELECT Student.StudentEmail, Booking.BookingID
FROM Student INNER JOIN (StudentCourse INNER JOIN Booking ON StudentCourse.StudentCours
WHERE (((Booking.BookingID)=[For
Not sure if this is relevant, but initially I forgot to add any criteria to qryBookingIDAndStudentEmai
Main Topics
Browse All Topics





by: capricorn1Posted on 2009-07-14 at 09:21:37ID: 24851313
this line is possibly causing the error
l"
l
strSQL = "SELECT BookingID,StudentEmail From qryBookingIDAndStudentEmai
post the sql view of the query qryBookingIDAndStudentEmai
you might be using a wrong field name or mispelled field name or query