F
fvlmasl2
I have a table that I need to pull only the max date for each item. I will
give an example below.
Item Unit of Measure Effective Date
3 EA 8/8/2006
3 EA 2/5/2006
3 EA 3/21/2005
5 EA 10/21/2006
5 EA 8/26/2006
With this example, the result set I would be looking for would be:
Item Unit of Measure Effective Date
3 EA 8/8/2006
5 EA 10/21/2006
I have tried several methods with the DMAX function and used SQL, but I
can't seem to get a handle on it.
Any help would be greatly appreciated.
Thank you
fvlmasl2
give an example below.
Item Unit of Measure Effective Date
3 EA 8/8/2006
3 EA 2/5/2006
3 EA 3/21/2005
5 EA 10/21/2006
5 EA 8/26/2006
With this example, the result set I would be looking for would be:
Item Unit of Measure Effective Date
3 EA 8/8/2006
5 EA 10/21/2006
I have tried several methods with the DMAX function and used SQL, but I
can't seem to get a handle on it.
Any help would be greatly appreciated.
Thank you
fvlmasl2