QuantumDoja
Programmer
Hi, I am trying to test if a ntext field is empty or not, in my database, the field has some html code in it, when i test the field, it allways comes back as empty...why?
here is my code, tmp is : tmp=Results("Description")
here is my code, tmp is : tmp=Results("Description")
Code:
<% If tmp = "" OR IsNull(tmp) = True OR IsEmpty(tmp) = True then %>
<img src="red.gif" alt="no text description">
<% else %>
<img src="green.gif">
<% end if %>