How do I narrow a query to latest date connected to a field?

M

MGatzman

I have numerous records with dates of contact with specific vendors. I am
trying to query only the last date of contact for each vendor I have. Every
query I try returns all the records, not just the latest one.
 
D

Duane Hookom

Are we supposed to be able to help without understanding anything about your
table structures?
It seems that you need a basic totals/group by query but we don't have a
clue what you have tried and why it didn't work.
 
Top