If txt1.text = Null then
'do something
elseif txt1.text <> Null then
'do another thing
end if

I can't check for the null string.