Results 1 to 2 of 2
  1. #1
    Nil_Aher is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Apr 2016
    Location
    Pune
    Posts
    1

    Question Mapping of duplicate records in two table for different Correspondence values

    I have two tables having same field SR number in both table. & I need to map the entry date from Table A to Table B using SR number field

    TABLE A

    SR NO ENTRY_DATE
    1-69512548794 4/13/16 13:34


    1-69512548794 4/13/16 13:40
    1-69512548794 4/14/16 13:50
    1-69512399960 4/14/16 13:50
    1-69512399960 4/11/16 13:50
    1-69512399960 4/11/16 13:55


    TABLE B

    SR NO
    1-69512548794
    1-69512548794
    1-69512548794
    1-69512548794
    1-69512399960
    1-69512399960
    1-69512399960


    & I need the output like below

    OUTPUT TABLE

    SR NO ENTRY_DATE
    1-69512548794 4/13/16 13:34
    1-69512548794 4/13/16 13:40
    1-69512548794 4/14/16 13:50
    1-69512548794
    1-69512399960 4/14/16 13:50
    1-69512399960 4/11/16 13:50
    1-69512399960 4/11/16 13:55



    Please suggest how to get unique output even there are unique records

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,428
    you need a uniqueID for each table - otherwise how does access decide which entry date to use for each record?

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

Similar Threads

  1. Table with duplicate values
    By bigchicagobob in forum Queries
    Replies: 1
    Last Post: 02-02-2014, 05:59 PM
  2. Replies: 1
    Last Post: 09-14-2012, 03:09 PM
  3. Move duplicate values in a different table....
    By jhargram in forum Queries
    Replies: 1
    Last Post: 07-23-2012, 02:06 AM
  4. Assigning values to duplicate records
    By matteu1 in forum Queries
    Replies: 3
    Last Post: 02-17-2010, 10:35 PM
  5. Duplicate Values in table
    By senthilrg in forum Queries
    Replies: 3
    Last Post: 12-18-2009, 09:24 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