Is it empty or is it null? (They are 2 different things).
If it is an empty string you could do:
SELECT ... WHERE complete in('Reported', '')
or if it is null
SELECT ... WHERE complete = 'Reported' and complete is null
-------------------------
I will only tell you how to do it, not do it for you.
Unless, of course, you want to hire me to do work for you.
^^Thats my signature
|