Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query Failure
Message
 
À
Tous
Information générale
Forum:
Microsoft Office
Catégorie:
Access
Titre:
Query Failure
Divers
Thread ID:
00589878
Message ID:
00589878
Vues:
52
Here is the sql syntax for the query that is failing:

SELECT icitem01.item, icitem01.cntcode, [BOM Top Level Cycle Count
Codes].CycleCntCode
FROM icitem01 INNER JOIN [BOM Top Level Cycle Count Codes] ON icitem01.item
= [BOM Top Level Cycle Count Codes].PARTNO
WHERE (((icitem01.cntcode)<>[CycleCntCode]));

The problem is that when it runs, it return 2 or 3 different rows everytime
it runs and it should not return any rows at all. The reason it shouldn't
return anything is because the two values that are used in the where clause
are both equal to each other in every row of the table that I'm using.
Please help me in any way you can.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform