Use the IsNull function to determine if it's null
Code:
If IsNull(rsRoutines.Fields("Fld")) Then MsgBox "Null"