I have a table with around 1 million records that is replaced each week (instead of appended to) by a new table with about 45,000 new records. All records are date stamped (so I am able to tell when the records were added to the table).
I am trying to create a query that will return to me duplicate records of only the latest additions.
For instance, this week records with a date stamp of Jan. 12 were added to the table. I have a duplicate query that I'm using, but it will return dups whether or not they are duplicates of the Jan 12 records. If two records from July are duplicates, I don't need them. If a Jan 12 record has a July duplicate, I do need it.
My query is just one I've created using the dup wizard, which is all I really need, except for this one sticky point.
Hope it makes sense to somebody.
Thanks in advance.
Brian
I am trying to create a query that will return to me duplicate records of only the latest additions.
For instance, this week records with a date stamp of Jan. 12 were added to the table. I have a duplicate query that I'm using, but it will return dups whether or not they are duplicates of the Jan 12 records. If two records from July are duplicates, I don't need them. If a Jan 12 record has a July duplicate, I do need it.
My query is just one I've created using the dup wizard, which is all I really need, except for this one sticky point.
Hope it makes sense to somebody.
Thanks in advance.
Brian