PauloMongo
Programmer
I have a date field showing the last time an item was brought and another field showing a quantity. I need to show the latest date something was brought, I can use the maximum function to return the date, but how do I return the value associated to that date, I can not use the maximum function on the quantity field as the value before may have been higher.
Any ideas ????
Any ideas ????