M
mattc66 via AccessMonster.com
I have created a query.
SELECT qryItemsWith26Chars.ITEM, qryItemsWith26Chars.DESCRIPTION,
qryItemsWith26Chars.[25Char]
FROM qryItemsWith26Chars
WHERE (((qryItemsWith26Chars.[25Char]) Is Not Null));
However when I run the query all items show even the ones that are null or
blank. What can I do to make this work?
Thanks
Matt
SELECT qryItemsWith26Chars.ITEM, qryItemsWith26Chars.DESCRIPTION,
qryItemsWith26Chars.[25Char]
FROM qryItemsWith26Chars
WHERE (((qryItemsWith26Chars.[25Char]) Is Not Null));
However when I run the query all items show even the ones that are null or
blank. What can I do to make this work?
Thanks
Matt