T
TonyB
Hi,
I have a table which has several records. In each record there is a date
field and a name field (among others). I want to select only records where
the most recent name and date combinations are older than say 1 month ? I
can see how to select any record that is older than 1 month, but I only want
records that are older than 1 month and that do not have a more recent name
field.
for example
Name Date
Bill 1Feb2004
Bill 1 May 2004
Ben 1Mar 2004
Ben 1 Apr 2004
Fred 1 Mar 2004
the query would select only select records Ben 1 Apr 2004 and Fred 1 Mar
2004, but Bill would not be selected since there is a record with Bill with
date within the last month although there are records with Bill that are
older than 1 month.
Regards
Tony
I have a table which has several records. In each record there is a date
field and a name field (among others). I want to select only records where
the most recent name and date combinations are older than say 1 month ? I
can see how to select any record that is older than 1 month, but I only want
records that are older than 1 month and that do not have a more recent name
field.
for example
Name Date
Bill 1Feb2004
Bill 1 May 2004
Ben 1Mar 2004
Ben 1 Apr 2004
Fred 1 Mar 2004
the query would select only select records Ben 1 Apr 2004 and Fred 1 Mar
2004, but Bill would not be selected since there is a record with Bill with
date within the last month although there are records with Bill that are
older than 1 month.
Regards
Tony