J
Joan
Hi,
I have a query with the following SQL:
SELECT Dogs3Query.Salesperson, Dogs3Query.[Dog Number], Dogs3Query.[Purchase
Price], Dogs3Query.FinalStore
FROM Dogs3Query
WHERE (((Dogs3Query.FinalStore) Is Not Null));
The problem is that it returns all records even the ones where FinalStore is
Null. Why is it doing this?
Joan
I have a query with the following SQL:
SELECT Dogs3Query.Salesperson, Dogs3Query.[Dog Number], Dogs3Query.[Purchase
Price], Dogs3Query.FinalStore
FROM Dogs3Query
WHERE (((Dogs3Query.FinalStore) Is Not Null));
The problem is that it returns all records even the ones where FinalStore is
Null. Why is it doing this?
Joan