Results 1 to 4 of 4
  1. #1
    raychow22 is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    May 2017
    Posts
    145

    query unmatch items

    I want to compare two of the same tables which are updated per time. I want to find out what unmatched records that are possibly was changed over time. There are multiple fields (10).



    Thanks,

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,428
    you can left join from one table to the other on all the fields that are relevant. The unmatched wizard should take you through the steps. I believe 10 such joins are doable, otherwise you will need to hash the fields to create a unique value and match on that.

  3. #3
    raychow22 is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    May 2017
    Posts
    145
    Click image for larger version. 

Name:	Pic.JPG 
Views:	8 
Size:	76.7 KB 
ID:	39184
    This is what I got so far. I tested it out by changing some of the data to make it unmatch and the query resulted in the record with the unmatch fields; However, I cannot do this for all fields, especially Multi-Value Fields... Ajax, any experience with dealing with MVF?

    Thanks,

  4. #4
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,428
    Ajax, any experience with dealing with MVF?
    yes, and my experience tells me to avoid them like the plague for any serious development. They have too many limitations for an efficient design. You need to join on value to value, if you can't then looks like this is another reason not to use them. If you can't then you will need to create a joining table and populate it with the hidden values in your MVF field - I'll explain how if this is necessary, but I'm not going to be around much for the next couple of days

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

Similar Threads

  1. Query help! With unmatch records
    By fluffyvampirekitten in forum Queries
    Replies: 4
    Last Post: 10-28-2015, 07:53 AM
  2. Unmatch query of sorts
    By buckmurdock in forum Queries
    Replies: 5
    Last Post: 07-06-2015, 07:08 PM
  3. Query to find unmatch data between two tables
    By MTSPEER in forum Queries
    Replies: 10
    Last Post: 01-29-2015, 10:48 AM
  4. Unmatch Query
    By NOEL71 in forum Queries
    Replies: 1
    Last Post: 06-18-2014, 06:55 AM
  5. Match/Unmatch Query need
    By kwooten in forum Queries
    Replies: 5
    Last Post: 11-08-2012, 01:26 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