Hi, I need to Delete duplicate records from a table only where the data matches in two fields
ie.
Jane | 49
Jane | 48
John | 48
John | 49
John | 49
Hi, I need to Delete duplicate records from a table only where the data matches in two fields
ie.
Jane | 49
Jane | 48
John | 48
John | 49
John | 49
Bing: Access remove duplicate records same table
http://www.access-programmers.co.uk/...d.php?t=222222
http://allenbrowne.com/subquery-01.html#DeDuplicate
This will require a unique ID field in table, autonumber will serve.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.