Réponse acceptée !
Tout à fait .
>Dans un premier temps
SQL="SELECT Max(SnapShotProjet.idSnapShotProjet) AS Maxi FROM SnapShotProjet"
rst.Open SQL, cnx
rst.MoveFirst (ou MoveLast puisque tu n' auras qu' une seule ligne)
variable=rst![Maxi]
Mais avant tu dois tester pour savoir si ta table n' est pas vide.
Auquel cas c' est pas la peine de continuer.
>Ensuite
SQL="DELETE FROM snapshotprojet WHERE idSnapShotProjet=" & variable
cnx.Execute SQL
I LIKE TO BE HERE WHEN I CAN .
* Rolling