• Dalton,

    Try this:

    if not isNull(objRS("faxnr")) and objRS("faxnr") <> "" then

    Response.write "Your fax number: " & objRS("faxnr")

    end if

    Jeremy