This is the query that I ran:
SELECT tblAgency.PROGRAMID, tblAgency.AGENCYNAME, tblAgency.AGENCYREGION, subtblserved.Servednow, subtblserved.Licensecapacity, subtblserved.Receivetherapy, subtblserved.Internally, subtblserved.Referred, subtblserved.Contracted
FROM (tblAgencyProgrammes INNER JOIN...