F
Frolickin
I have a table which has the following fields:
AutoID, Cacher, CacheName, FindDate
AutoID is the primary key
Cacher, CacheName, and FindDate can all repeat.
This table has thousands of entries. Each time someone finds a cache, his
name is entered along with the name of the cache he found and the date he
found it. Simple enough.
I would like to create a query that pulls each CacheName and the last date
assoiciated with it.
How would I list just the last date for each CacheName?
I appreciate the help.
AutoID, Cacher, CacheName, FindDate
AutoID is the primary key
Cacher, CacheName, and FindDate can all repeat.
This table has thousands of entries. Each time someone finds a cache, his
name is entered along with the name of the cache he found and the date he
found it. Simple enough.
I would like to create a query that pulls each CacheName and the last date
assoiciated with it.
How would I list just the last date for each CacheName?
I appreciate the help.