B
Bill Lentz
I have a database that is in dbaseIV format. I'm linking it into an
access database. There is a field in the dbIV file called "slush" and
it comes in defined as text with a length of one. The field is either
blank, or contains a "Y". I want to run a query that selects all
records without a Y.
If I use the expression "= Y" in the query I get all the records with
a Y. However, if I use the expression "<> Y", I get no records, even
though about 2/3's of the records don't contain a Y.
What am I missing?
Thanks
Bill
access database. There is a field in the dbIV file called "slush" and
it comes in defined as text with a length of one. The field is either
blank, or contains a "Y". I want to run a query that selects all
records without a Y.
If I use the expression "= Y" in the query I get all the records with
a Y. However, if I use the expression "<> Y", I get no records, even
though about 2/3's of the records don't contain a Y.
What am I missing?
Thanks
Bill