I have some fields in the table which may be null, and if they are, I want to ignore them.<BR><BR>In classic as I could say if rs("a"&i) isNull then<BR><BR>but the error page says to use DBNull, so when I use is DBNUll, I get an error "expected end of statement"<BR><BR>Anyone know how to use DBNull in the situtation?<BR><BR> <% if myDataReader.("a"&i) isDBNull %><%if isDBNULL(myDataReader.item("a"&i))%>