your question was does it matter?
yes it does, because a null and a zero length string are not the same at all, and testing for one will not necessarily catch the other
the nz function enables you to deal with both cases simply
and i generally use
if Nz(me.textbox,vbnullstring)=vbnullstring then