dougconran
Technical User
Hi,
I have an orders table (partno,description,qty_ordered,order-date,customer) that has some 1000 entries for about 200 parts (ie on average, each part no has 5 entries).
I want to be able to list full details for just the most recent order of each part. I've tried using max(order_date) and Group By but still get a full listing.
I'm using Access 97, what should my sql statement look like?
TIA
Doug Conran
I have an orders table (partno,description,qty_ordered,order-date,customer) that has some 1000 entries for about 200 parts (ie on average, each part no has 5 entries).
I want to be able to list full details for just the most recent order of each part. I've tried using max(order_date) and Group By but still get a full listing.
I'm using Access 97, what should my sql statement look like?
TIA
Doug Conran