Hi,
I have the below code from the SQL view of access:
SELECT
tblDealsTeamreport.[CIBR Deal ID],
tblSalesTeamreport.[Team Member Name],
tblDealsTeamreport.[Associate Name],
tblNamesCIBRtoSF.[SF Name]
FROM
(tblDealsTeamreport
INNER JOIN tblSalesTeamreport ON tblDealsTeamreport.[CIBR Deal...