bonjour à tous,
voici ma question
j'écris la requête suivante
INSERT INTO [TTemp Applyderog](type, [component number], quantity, [replaced by], [real quantity]) SELECT type, [component number], quantity, [replaced by], [real quantity] FROM [T RunChange sub]INNER JOIN [T RunChange main] ON [T RunChange main].[key]=[T RunChange sub].[RCnumber] WHERE ([harness number]=" & HarnessKey & " AND [Archived]=0 AND [T RunChange main].[application date] < " & DateOfBOM & ");"
le problème vient de [T RunChange main].[application date] < " & DateOfBOM & ")
en effet, ds mon exemple, DateOfBOM=30/06/03 et
de [T RunChange main].[application date] = 11/11/11
or tout compile super bien mais qd 11/11/11<30/06/03 ça marche alors que ça devrait pas, et au contraire à l'inverse ça ne marche pas
PKOI CA INVERSE ?????
merci