That did not work. I've re-designed the query and the SQL string is
SELECT tblDelivery.DelID, tblPCC.AgencyName, tblInventoryType.InventoryType, tblModel.Model, tblinventoryDetail.SerialNumber, tblCapex.Capex
FROM tblCustomer INNER JOIN ((tblCapex INNER JOIN (tblModel INNER JOIN...