codice:
azz=rs("princip")
se rs("princip") è nullo va in errore...... o dovrebbe andarci.....

più elegante di quella che ti hanno proposto:

codice:
azz=""
If IsNull(rs("princip")) then
    azz="--"
end if