Mi restituisce l'errore del titolo:

codice:
if objrs("MaxUtente") = null then
   maxUtente = 0
   diffUtente = 999 + CInt(maxUtente) 
else 
   maxUtente = objrs("MaxUtente")
   diffUtente = 999 + CInt(maxUtente) 
end if
Perchè? :master:

P.S.bjrs("MaxUtente") è un campo numerico.