codice:
if rs.recordCount > 10 then
rs.moveFirst
rs.move 11
do until rs.eof
' leggi i dati
rs.moveNext
loop
end if