G
Guest
I have a field that is a character field, and "0" represents 0, " "
represents Null. The problem is that when I use <> "0" in a query it returns
all the fields with "0". If I use Is Null, then all fields are returned that
are not empty. I change the field to numeric for data analyses. Question:
Why is the query returning fields with "0" when the criteria is <> "0" ?
Thanks,
LAF
represents Null. The problem is that when I use <> "0" in a query it returns
all the fields with "0". If I use Is Null, then all fields are returned that
are not empty. I change the field to numeric for data analyses. Question:
Why is the query returning fields with "0" when the criteria is <> "0" ?
Thanks,
LAF