View Single Post
Join Date: Feb 2005
Posts: 1,181
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Solved Threads: 67
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: Problem using JOIN with six tables

 
0
  #2
May 9th, 2008
It's late and I'm a little blurry. But from what I can see in your query I think this: tDocumentsA.user_id = tUsers.contact_id should be: tDocumentsA.user_id = tUsers.id (the same for all document table joins) And all your JOINS should be INNER JOIN not LEFT OUTER JOIN.
Last edited by hollystyles; May 9th, 2008 at 7:54 pm.
==========================================
Yadda yadda yadda...
Web junky, fevered monkey
Reply With Quote