Esempio:

codice:
nRec = rs.RecordCount 'records totali
tot_recC  = rs("tot_recC") 'records completi
tot_recI  = rs("tot_recI") 'records incompleti
tot_recN  = rs("tot_recN") 'records nulli

per_tot_recC = tot_recC / nrec * 100
ASP c'entra poco... è matematica!

Roby