Results 1 to 2 of 2
  1. #1
    ASG is offline Novice
    Windows 8 Access 2013
    Join Date
    Sep 2014
    Posts
    1

    This is difficult - matching with "Like" between two tables.

    I've never come across something like this in 7 years of using Access.



    I have two tables in my DB, one(Table A) contains about 10 million long-text records(emails). Second(table B)contains about 20k text values(names). The problem is I need to take out only those email addresses which match the names in Table B. As you know, email address are usually names mixed with other stuff.

    Any ideas how to do it?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    Try in a query, load both tables, DO NOT LINK THEM.
    pull down the fields needed and under TableB.email criteria, put :
    LIKE * & tableA.name & *

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

Similar Threads

  1. Replies: 1
    Last Post: 09-03-2014, 03:27 AM
  2. Replies: 8
    Last Post: 07-15-2014, 05:56 PM
  3. Replies: 5
    Last Post: 10-18-2013, 05:03 PM
  4. Replies: 2
    Last Post: 11-14-2012, 04:47 PM
  5. Replies: 11
    Last Post: 03-29-2012, 02:32 PM

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