M
Mike P
I am running a query that should only produce records in which FieldX Is Not
Null. However, records in which FieldX’s look Null are showing up in the
query.
In my module which populates the table with FieldX, I have a variable that
is set to
strFieldX = “â€
strFieldX may or may not get string data appended to it while processing. At
the end of my processing loop, I have
Rec.FieldX = strFieldX
Is it possible that Ҡis equal to something other than Null? If so, any
ideas on how to make a blank strFieldX load the value of Null in rcd.FieldX
when strFieldX = “â€
Otherwise, I keep getting records that appear to be Null showing up with I
use the criteria of Is Not Null.
Thanks in advance for your help.
Null. However, records in which FieldX’s look Null are showing up in the
query.
In my module which populates the table with FieldX, I have a variable that
is set to
strFieldX = “â€
strFieldX may or may not get string data appended to it while processing. At
the end of my processing loop, I have
Rec.FieldX = strFieldX
Is it possible that Ҡis equal to something other than Null? If so, any
ideas on how to make a blank strFieldX load the value of Null in rcd.FieldX
when strFieldX = “â€
Otherwise, I keep getting records that appear to be Null showing up with I
use the criteria of Is Not Null.
Thanks in advance for your help.