if nomerecordset.eof then
'il record non esiste
else
'il record esiste
end if

Questo?