Removing NEAR duplicate results
- From: sharpie23@xxxxxxx
- Date: Sun, 30 Sep 2007 11:48:14 -0700
I have a database of runners times on each course. I also have the
year they ran that time and their age that year. I am trying to make a
top 10 list for each age and a top 10 list for all runners on a
particular course.
The problem I am running into is that a runner may have had multiple
times on a certain course that are on the top 10 list. I only want
that particular runners' top time
For intance a top 10 result now may read
Matt 2006 16:56
Joe 2007 7:00
Matt 2005 17:11
Matt 2006 17:16
Matt 2007 17:24
Joe 2005 17:25
Fred 2006 17:34
etc...
I want it ot just return
Matt 2006 16:56
Joe 2007 17:00
Fred 2006 17:34
and then fill in the rest of the top 10
Obviously the only portion that is a duplicate is the name and course.
The year may or may not be different. The times will be different. The
age may or may not be different.
any ideas?
-Ryan Sharp
.
- Follow-Ups:
- Re: Removing NEAR duplicate results
- From: raskew via AccessMonster.com
- Re: Removing NEAR duplicate results
- Prev by Date: Re: Query sometimes creates its own [useless] expression??!!
- Next by Date: Re: Removing NEAR duplicate results
- Previous by thread: Re: return a "0" instead of a blank field
- Next by thread: Re: Removing NEAR duplicate results
- Index(es):
Relevant Pages
|