What is the default file of an empty field?

T

Tbird2340

Stupid sounding question.. I know.. But here's whats up. I have an ASP page
with the code below:

If (rsHelpRequest.Fields.Item("FirstContactDate").Value) = "" Then

Now.. What I want is for the code I have after that to execute if the
"FirstContactDate" is empty.. However, it doesn't happen even though it's
empty! I tried changing the value from "" to "null" , null, " " , and I
still get nothing! However, if I change the value to an exact date.. Say
"01/01/2001" and then enter that value in the database for that field the
code after it executes!!! So I know my code works and it's just the "value"
that I need to figure out..

Thanks
 
Top