Bonjour à tous !
Je veux comparer le résultat d'une requête (qui ne peut qu'être 1, 2 ou 3) à un nombre pour, si le résultat vaut 2, mettre une valeur dans un champ d'une table :
if ("SELECT CONPRIORITE from Contrat Where [CONTRAT].idxCONTRAT = " & Request("idxCONTRAT" )) = 2 then
strSQL = "UPDATE Contrat SET [CONPRIORITE] = 00:00:00 Where [CONTRAT].idxCONTRAT = " & Request("idxCONTRAT" )
end if
Malheureusement, ça ne marche pas... Est-ce que quelqu'un peut m'aider ?!?
Merci d'avance...