You should be able to use a left join. Your question is unclear though--not sure how "with multiple tables" fits in. Once you have used a left join, all tables to the right of that table must also be left joined. And, of course, you cannot have multiple tables pointing to the same table.
-LB