en teoria el query deberia de funcionar solo agregale esto:
Código SQL:
Ver originalSELECT M1.Nombre AS idSupIntendente1, M2.Nombre AS idSupIntendente2
FROM ACResponsables
INNER JOIN AoSubContratos M1 ON
ACResponsables.IdResponsable=M1.idSupIntendente1
INNER JOIN AoSubContratos M2 ON
ACResponsables.IdResponsable=M2.idSupIntendente2