Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

type données incompatible

2 réponses
Avatar
Le Nordiste
Bonjour tertous,

Voici ma requ=E8te

SELECT Matable.DateDemandeAffectation
FROM MaTable
WHERE (Matable.DateDemandeAffectation>=3Ddatevalue("01/" &
month(DMin("DateDemandeAffectation","MaTable","MaTable.DateDeR=E9ponse=3D0"=
)))
& "/2007");

Je n'ai pour toute r=E9ponse que :
"type de donn=E9es incompatible dans l'expression du crit=E8re"
mais je ne vois pas o=F9

Merci de votre aide

2 réponses

Avatar
ze Titi
Bonjour Le Nordiste

SELECT Matable.DateDemandeAffectation
FROM MaTable
WHERE (Matable.DateDemandeAffectation>ÚteSerial(2007,month(DMin("DateDemandeAffectation","MaTable","MaTable.DateDeRéponse=0")),1));

Peut-être ?

Bonjour tertous,

Voici ma requète

SELECT Matable.DateDemandeAffectation
FROM MaTable
WHERE (Matable.DateDemandeAffectation>Útevalue("01/" &
month(DMin("DateDemandeAffectation","MaTable","MaTable.DateDeRéponse=0")))
& "/2007");

Je n'ai pour toute réponse que :
"type de données incompatible dans l'expression du critère"
mais je ne vois pas où

Merci de votre aide


--
Cordialement,
Ze Titi

Tout pour réussir avec Access :
http://www.mpfa.info

Avatar
Le Nordiste
J'ai trouvé en plus avec le perfectionnement de l'annèe :

SELECT res.OSM_Date_Demande_Affectation, res.N°,
res.statut_commercial, res.DateDeRéponse
FROM res
WHERE res.OSM_Date_Demande_Affectation>ÚteValue("01/" &
Month(DMin("OSM_Date_Demande_Affectation","res","res.DateDeRéponse=0"))
& "/"
&Year(DMin("OSM_Date_Demande_Affectation","res","res.DateDeRéponse=0")) );

Merci de votre aide qui m'a permis de replonger et rebondir.

Le Nordiste