Originariamente inviato da basy82
IF not rsRecordset.eof then
msgbox("Il recordset esiste")
else
msgbox("Il recordset non esiste")
endif


Eof (end of file)
Se nn è alla fine del file vuol dire che trova il record

Due menti un pensiero