Try combining both statements if you also need to find the null values.
Code:
Select * from Requisition where AppBy = '' or AppBy = ' ' or AppBy is Null
Make sure to use single quotes, not double. This may be your problem. Also, I listed in my code two single quotes without a space and two single quotes *with* a space because sometimes, to a user, a space may look empty even when it's not.
Does that help?
Catadmin - MCDBA, MCSA
"Just because I'm paranoid doesn't mean the universe *isn't* out to get me!"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.