K
Kristibaer
I have the following simple query with the criteria that one field does not
equal another field. The main table has 20,644 records and I should be
getting 20,626 records in the design view yet nothing comes up. Here is the
SQL statement:
SELECT Freeze.item, Freeze.count, [Add In Items].item
FROM Freeze INNER JOIN [Add In Items] ON Freeze.item = [Add In Items].item
WHERE (((Freeze.item)<>([Add In Items].[item])))
ORDER BY Freeze.item;
Please help, on a deadline
equal another field. The main table has 20,644 records and I should be
getting 20,626 records in the design view yet nothing comes up. Here is the
SQL statement:
SELECT Freeze.item, Freeze.count, [Add In Items].item
FROM Freeze INNER JOIN [Add In Items] ON Freeze.item = [Add In Items].item
WHERE (((Freeze.item)<>([Add In Items].[item])))
ORDER BY Freeze.item;
Please help, on a deadline