Here are the 3 tables I'm trying to "Mash up" into 1 display result
CREATE TABLE `client_company` (
`comp_id` varchar(25) NOT NULL default '',
`comp_name` varchar(255) default NULL,
`comp_addr` varchar(255) default NULL,
`comp_phone` varchar(25) default NULL,
`comp_city` varchar(255)...