Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chenks

    2 INNER JOINS ??

    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...

Part and Inventory Search

Back
Top