thanks for the advice, doesnt seem to have worked though :(
SQL looks like this after following that:
SELECT staff.EIN, staff.full_name, staff.email_address, role.role_name, team.team_name
FROM team INNER JOIN ((staff INNER JOIN role ON staff.role_id = role.role_id) LEFT JOIN...