K
Kevin
For example I want to find the last date a product (say: MS101) was sold.
Product Date Sold
MS101 2/12/2005
MS101 3/18/2005
MS101 9/20/2005
I want my query to find the last date MS101 was sold (showing me 9/20/2005).
I have tried using LAST, FIRST, MAX and none of them are giving me the most
current date.
Thanks in advance for any help
Product Date Sold
MS101 2/12/2005
MS101 3/18/2005
MS101 9/20/2005
I want my query to find the last date MS101 was sold (showing me 9/20/2005).
I have tried using LAST, FIRST, MAX and none of them are giving me the most
current date.
Thanks in advance for any help