Last shipment date

A

Alan

This is an add-on to a large MRP program we use. Tables of interest are
the Parts and the DeliveryDetails tables. Parts contain the data for
each unique part manufactured. DeliveryDetails contains the shipment
details for each time any part has ever been shipped.

I need a query to provide the last shipment date for every part in the
Parts table. I will be feeding these results into a subsequent query so
the table must contain ONLY a single entry for each PartNo.

Appreciate the help.

Alan
 
N

Nikos Yannacopoulos

Alan,

Make a new query on the Delivery Details table. Get the PartNo and
ShipmentDate fields down to the grid, then do menu item View > Totals.
Notice the new line heahed Total: that appears in the grid; the default
setting is Group By for all fields. Leave as is for the PartNo field, and
change to Max for the date field, and you're done.

HTH,
Nikos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top