View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mack Neff Mack Neff is offline
external usenet poster
 
Posts: 3
Default Query Latest Date

Sorry... this should have gone in the Access forum...

"Mack Neff" wrote in message
...
I have a database of equipment for which I maintain repair records. In a
query, I pull related tables, TBLEquip; TBLService to get a list of
services performed at each interval.

Each record in the TBLService table includes the date of service. The
query, without any parameters shows all services performed for each piece
of equipment.

How can I set up a query that will pull out only the most recent item for
each piece of equipment?