Bonsoir,
comment peut on faire une jointure en vba ,je trouve pas de la documentation sur ça,j'ai ecri une requete en sql ,je sais pas comment la transformé en vba
select TYPE_CON,count(MATRICULE)from ONTRA c,EMPLOI e,TYPE_CONTRAT t
where c.ID_CON=e.ID_CON
and c.ID_TYPE_CONTRAT= t.ID_TYPE_CONTRAT
GROUP BY TYPE_CONTRAT