I have a field that I though was Null or empty, but I do not seem to be able to get a return from my table.
So far I tried:
Len(Trim(Nz(myfield,"")&"")) > 0
Nz(Table1.Field1,'')='';
NZ([fieldname],0)
I assume the field has to be either NULL or empty, but why do I not get any returns from my query?
So far I tried:
Len(Trim(Nz(myfield,"")&"")) > 0
Nz(Table1.Field1,'')='';
NZ([fieldname],0)
I assume the field has to be either NULL or empty, but why do I not get any returns from my query?