Here is my query, I'm sure it looks pretty ugly:
SELECT masterList.organization, offPRP.actionTaken, masterList.SSN, masterList.EAL, masterList.NoCode, masterList.AuditTrail, masterList.name, forecastedMECSQ.indexNumber, issuedMECSQ.indexNumber
FROM ((masterList LEFT JOIN offPRP ON...