How to find duplicates in access and append them?

Discussion in 'Databases' started by paulzone2k, Jul 31, 2010.

  1. #1
    I want to know how I can find duplicate records and append them all together in single row. I have 250,000 rows of data and use ms access 2010.

    For example in below table, there are two columns of record for each row.
    paul, blue
    paul, red
    john, purple
    john, pink
    john, white

    After duplicate check , I want following result.
    paul, blue, red
    john, purple, pink, white
     
    paulzone2k, Jul 31, 2010 IP
  2. netload

    netload Member

    Messages:
    105
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #2
    select distinct ...
     
    netload, Aug 1, 2010 IP
  3. paulzone2k

    paulzone2k Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    can you write full query command? i am not good on writing query but i do know how to edit and run..
     
    paulzone2k, Aug 1, 2010 IP