J
jer
In the source table for the query below, Ccy is a numeric field and there are
a number of blank fields. I want the query to return only records where Ccy
is empty(I have tried "Isempty" "IsNull" "IsMissing" and the the result is
always the same, no records. Ther query I have tried is
SELECT inclgs2.Ccount, inclgs2.Ccy, inclgs2.cLcy, inclgs2.cDate,
inclgs2.cTxn, inclgs2.cRef
FROM inclgs2
WHERE (((inclgs2.Ccy)=IsMissing([Ccy])));
Any suggestions
a number of blank fields. I want the query to return only records where Ccy
is empty(I have tried "Isempty" "IsNull" "IsMissing" and the the result is
always the same, no records. Ther query I have tried is
SELECT inclgs2.Ccount, inclgs2.Ccy, inclgs2.cLcy, inclgs2.cDate,
inclgs2.cTxn, inclgs2.cRef
FROM inclgs2
WHERE (((inclgs2.Ccy)=IsMissing([Ccy])));
Any suggestions