Page 3 of 3 FirstFirst 123
Results 31 to 35 of 35
  1. #31
    drkundu is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Sep 2015
    Posts
    25

    Yes, duplicates are records which has no data. At the same time, in the large table, there are some uniques which have no data too. Then how to remove duplicates with no data, but keep uniques with no data. I can do that in excel, excel takes lot of time to do the filter. Please let me know whether I can solve this issue in excel. Thank you Sir.

  2. #32
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Okay, this worked.

    1. build query:
    SELECT Master_Unique_Duplicate.NO2, CDate(Format([Time],"hh:nn:ss")) AS Expr1 FROM Master_Unique_Duplicate;

    2. use that query as source to copy/paste records
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #33
    drkundu is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Sep 2015
    Posts
    25
    To build this query;

    1. I am going to CREATE, then Query Design, then adding Master_Unique_Duplicate

    Then I am confused what to do. If you add query design to the Access file that I have sent now and then send the file as an attachment, it would be very helpful. Thanks

  4. #34
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Just switch the query to SQL View and copy/paste the statement I posted.

    Then switch back to Design View to see that structure.

    Switch to Datasheet View to see the data.

    Use that to copy/paste records. I simply selected all the records with ctrl-C, go to table and select the two columns (not the ID column) and ctrl-V.

    Or save the query and use as the source for an APPEND sql action.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #35
    drkundu is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Sep 2015
    Posts
    25
    It is really cool! I did not know about this option.


    How to use that query as source to copy/paste records?

Page 3 of 3 FirstFirst 123
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 10-12-2013, 11:17 AM
  2. Replies: 7
    Last Post: 04-22-2013, 02:49 PM
  3. Problem linking two tables(relational)
    By Hairy in forum Access
    Replies: 14
    Last Post: 09-22-2012, 06:28 PM
  4. Access tables - linking data
    By dualvba in forum Access
    Replies: 8
    Last Post: 08-14-2012, 05:38 AM
  5. Two Data Bases Linking Tables
    By Cran29 in forum Import/Export Data
    Replies: 0
    Last Post: 05-11-2012, 01:28 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