![]() |
|
|
#1
|
|||
|
|||
|
I have on table and I would like to delete duplicates of a single column regardless of other columns. The situation is that I have alot of Location information with addresses and phone numbers and I would like to weed out the duplicates by the phone number of the location. So essentially I have ALOT of records in and want to only show records with distinct phone numbers. Please help
|
|
#2
|
|||
|
|||
|
I would use DAO or ADO code to cycle through a dynaset of the duplicates, deleting those dynaset records not to be kept. However, which is kept.
I don't think that you thought through the data issue. |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to remove duplicates | TonyBender | Access | 0 | 10-21-2009 08:27 PM |
| Pulling out duplicates | FREEEEEEDOM | Access | 1 | 04-21-2009 08:37 PM |
| Using Macro to delete all rows from a table on close | Jallen17 | Access | 0 | 08-25-2008 10:17 AM |
| Delete all records in a table? | bob646 | Access | 1 | 05-20-2007 09:41 PM |
| Delete query, deleting customers froma table. | keithsrobinson | Queries | 2 | 02-14-2006 08:33 AM |