S
spence
I have the following two tables:
tblVendor (key field vendorID)
tblInvoice (key fiend invID)
I have a simple query that pulls all the invoices I've ever paid, the vendor
to whom they were paid, and the date they were paid. What I would like to do
is to alter the query to show me only the most recently paid bill for each
vendor. I've been trying to understand the Max function but am in over my
head.
tblVendor (key field vendorID)
tblInvoice (key fiend invID)
I have a simple query that pulls all the invoices I've ever paid, the vendor
to whom they were paid, and the date they were paid. What I would like to do
is to alter the query to show me only the most recently paid bill for each
vendor. I've been trying to understand the Max function but am in over my
head.