MikeDuffield
Registered User.
- Local time
- Today, 19:42
- Joined
- Aug 31, 2010
- Messages
- 50
Hi guys & girls,
I'm having a little difficulty finding an answer to this one - I assume it's a query of some kind that I need, but I'm no expert on them.
Here's the scenario:
I import a big Excel file into a new table, it has no duplicate rows, but it does have duplicate values in column 6. What I need the database to do is look for duplicate values in column 6, find the duplicate that has the soonest date in column 10 and then delete the others.
It sounds complicated, but surely it can't be too difficult?
Cleaning up the source data is unfortunately not an option, unless we do it manually - on over 66,000 lines that's not practical!
Thanks in advance for any help.
Mike.
I'm having a little difficulty finding an answer to this one - I assume it's a query of some kind that I need, but I'm no expert on them.
Here's the scenario:
I import a big Excel file into a new table, it has no duplicate rows, but it does have duplicate values in column 6. What I need the database to do is look for duplicate values in column 6, find the duplicate that has the soonest date in column 10 and then delete the others.
It sounds complicated, but surely it can't be too difficult?
Cleaning up the source data is unfortunately not an option, unless we do it manually - on over 66,000 lines that's not practical!
Thanks in advance for any help.
Mike.