Results 1 to 3 of 3
  1. #1
    snipe's Avatar
    snipe is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2013
    Posts
    287

    Removed duplicates before an export

    Hey guys,



    I have a query that pulls from master table of customers. All of these records are entered by the office staff. Currently, we clean up the records (capitalization, trimming, etc) and then export to our printer to have mailings sent out to them. We don't have anything that removes the duplicates.

    The catch is the "duplicates" won't be exact duplicates. ID (auto number), Salesperson, Store, and Type will probably be different.

    What is the best way to remove the dupes? I want to primarily remove based of same first name, last name, and first 3 characters of address.

    Click image for larger version. 

Name:	Screen Shot 2014-07-10 at 3.35.05 PM.png 
Views:	9 
Size:	25.0 KB 
ID:	17213

  2. #2
    snipe's Avatar
    snipe is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2013
    Posts
    287

  3. #3
    lfpm062010 is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2013
    Location
    US
    Posts
    415
    This will do what you need but if you need changes then you need to be more specific what you are trying to do.

    Using the GROUP BY (Auto Sum symbol in design view) on column Fname, LName, and LEFT(ADDRESS, 3). Then use FIRST for rest of the column.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Features removed from 2013?!
    By jmhultin in forum Access
    Replies: 2
    Last Post: 03-11-2013, 11:13 AM
  2. Removed Enter Paramater Value
    By lsingh165 in forum Access
    Replies: 2
    Last Post: 01-28-2013, 12:52 AM
  3. Replies: 5
    Last Post: 12-30-2011, 01:01 AM
  4. Items being removed from a Combo Box
    By viper in forum Forms
    Replies: 2
    Last Post: 10-14-2010, 08:30 AM
  5. Program breaks after break was removed
    By Gene in forum Programming
    Replies: 3
    Last Post: 06-02-2009, 07:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums