B
BS
In access I am trying to return the last ship date of a product. I have my
product field and date field. How do I do this?
product field and date field. How do I do this?
Either use a query, add your table and these two fields, activate theIn access I am trying to return the last ship date of a product. I have my
product field and date field. How do I do this?
BS,
Use a Totals query.
In query design, select View/Totals from the menubar.
Then set up the grid as follows... (use your own object names)
Field: Product YourDate
Table: YourTable YourTable
Total: GroupBy Last
That should yield the last date for each Product.