> My table has the following fields
>
[quoted text clipped - 9 lines]
> item numbers, the 123 but only the most recent date so
> 10/11/06 and for itemno 456 the item dated 11/23/06
What do you mean: second item numbers, that's not a column in
the table.
I'm guessing you want
123 10/11/06 00FOO.jpg
456 11/23/06 BAR456.jpg
Create a summation query to group on ItemNo and max on daterecd,
then join that query back to your table on query.ItemNo
=table.ItemNo and query.MaxDateRecd = table.DateRecd

Signature
Bob Quintal
PA is y I've altered my email address.
--
Posted via a free Usenet account from http://www.teranews.com