can anyone tell me that right way to do this ??
SELECT tblSchedule.fldDate, tblSchedule.fldSlot, tblSchedule.fldTimes, tblFilms.fldRating, tblFilms.fldReviewURL, tblSchedule.fldAddInfo
FROM tblSchedule
INNER JOIN tblFilms ON tblSchedule.fldSlot=tblFilms.fldTitle
INNER JOIN tblAdditionalInfo ON...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.