I have table: tblProj
Proj_ID
Proj_Name

I have table tblOrg
Org_ID
Org_Name

I have table linkProjOrgtabl e which is to link 1 or more orgs to a project
linkProjOrg_ID key)
Proj_ID
Org_ID

I made
Query
Q_linkProjOrg
which has 2 tbales linkProjOrg and tblOrg and relationship from linkProjOrg.Org _ID to tblOrg.Org_ID
(show all linkPrjOrg...