in access per avere i record con la data meno recente si fa

SELECT * FROM tabella1 WHERE data =
(select min(data) from tabella1);