M
Michel Walsh
Hi,
Well, accordingly to the data you supplied:
SELECT *
FROM myTable
WHERE [date]=( SELECT MAX([date])
FROM myTable )
Hoping it may help,
Vanderghast, Access MVP
Well, accordingly to the data you supplied:
SELECT *
FROM myTable
WHERE [date]=( SELECT MAX([date])
FROM myTable )
Hoping it may help,
Vanderghast, Access MVP