raisa
March 16th, 2004, 10:05 PM
Hello everyone,
I try to get correct data in CR9, using simple SQl statment. But I am missing some records, I think it is because they may have 'null' value.
I have two fields:
math (value Y or NULL or N)
and
read (value Y or NULL or N),
I would like to see all records where math='Y' or read='Y'.
I am getting combination of Y Y or NULL Y or Y Y and I can not get combination of Y NULL. I tryed IsNull function and InStr, but seems it is doesn't change the result. What am I doing wrong?
Any help would be appreciated!
:wave:
I try to get correct data in CR9, using simple SQl statment. But I am missing some records, I think it is because they may have 'null' value.
I have two fields:
math (value Y or NULL or N)
and
read (value Y or NULL or N),
I would like to see all records where math='Y' or read='Y'.
I am getting combination of Y Y or NULL Y or Y Y and I can not get combination of Y NULL. I tryed IsNull function and InStr, but seems it is doesn't change the result. What am I doing wrong?
Any help would be appreciated!
:wave: