Originariamente inviato da ramengo
codice:
if not rs.eof then
   If IsNull(rs(1))then
         text1.text=""
      else
         text1.text=rs(1)
   end if
end if
esattamente così... anche se ti mancava un "end if" alla fine