A
Andy Lavery
I have two tables: Customers and Orders. Among other
fields, they contain the following:
Customers: Customer ID #, Purchaser
Orders: Customer ID#, Date, Order Notes
The customer ID# field links the two tables. I would like
a query to display for each Purchaser, the date and notes
of the MOST RECENT order only. How can I do this? Thanks.
fields, they contain the following:
Customers: Customer ID #, Purchaser
Orders: Customer ID#, Date, Order Notes
The customer ID# field links the two tables. I would like
a query to display for each Purchaser, the date and notes
of the MOST RECENT order only. How can I do this? Thanks.