View Single Post
Old 09-19-2011, 02:15 AM   #2 (permalink)
tony
The Addict
 
tony's Avatar
 
Join Date: Aug 2008
Posts: 336
Thanks: 8
tony is on a distinguished road
Default

what does $pages->paginate(); do?
I am not sure if maybe it has to do that you are trying to make a select union and selecting the fields by not using the table reference. For example, instead of
sql Code:
SELECT tblLoad_LoadID, tblLoad_Company ...
to
sql Code:
SELECT tbload.tbLoad_LoadID, ..., tblCode.tblCode_CodeID ...
Maybe that is why?
tony is offline  
Reply With Quote