How to Query Most Recent Invoice for Each Customer

  • Thread starter Thread starter Mike Schumann
  • Start date Start date
M

Mike Schumann

I have a database containing customer invoices. Each record includes the
CustomerID, the InvoiceDate and other fields.

I would like to create a query that returns only the most recent invoice
record for each customer.

Can anyone explain the simplest way to do this?

Thanks,
 
Back
Top