codice:
if isNull(objrs("MaxUtente")) then 
         maxUtente = 0
        diffUtente = 999 + CInt(maxUtente)
    else
        maxUtente = objrs("MaxUtente")
        diffUtente = 999 + CInt(maxUtente)
    end if
prova questo