D
dlw
I have a table of transactions with item#/date/amt, there
are repeating item#'s. I want a query that gives the
latest date and amt for each item number. It works if I
just have the item# on Group By, and the date on Max, but
as soon as I put in the amt, it gives me all the items and
dates, not just the one record with the latest info.
Sorry, this isn't very clear.
are repeating item#'s. I want a query that gives the
latest date and amt for each item number. It works if I
just have the item# on Group By, and the date on Max, but
as soon as I put in the amt, it gives me all the items and
dates, not just the one record with the latest info.
Sorry, this isn't very clear.