Hi,
I need to be abvle to read a field from a recordset (from SQL 7) and if the field is null then I would like to take an action....
I've tried this:
but this gives me an error "object required" even tho all my variables are declared.
thanks
I need to be abvle to read a field from a recordset (from SQL 7) and if the field is null then I would like to take an action....
I've tried this:
Code:
if rs("field") is null then....
thanks