D
DZ
My query was getting unpredictable results.
I think I found the source of the problem.
There is field that contains some empty values in some records.
When I test the field for nulls by creating a calculated field in a query
with the expression
IsItNull: IsNull([Field1])
For the records where the field is empty, some records return 0 (Not Null)
and some return -1 (Null). Allow Zero Length is set to "No"
I thought that is a field is empty and the Allow Zero Length property is
set to "No" then the field must be null, but that's not the case here.
Does anyone know why these fields that are empty are returning not null?
Thanks for any help with this.
I think I found the source of the problem.
There is field that contains some empty values in some records.
When I test the field for nulls by creating a calculated field in a query
with the expression
IsItNull: IsNull([Field1])
For the records where the field is empty, some records return 0 (Not Null)
and some return -1 (Null). Allow Zero Length is set to "No"
I thought that is a field is empty and the Allow Zero Length property is
set to "No" then the field must be null, but that's not the case here.
Does anyone know why these fields that are empty are returning not null?
Thanks for any help with this.