Results 1 to 4 of 4
  1. #1
    skipnick is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Dec 2013
    Posts
    6

    Adding an extension to tables

    I have around a hundred tables all with exactly the same format and headings that i would like to combine into one long table, but the copy-paste append data to table function doesnt do what i had hoped. How can I join my tables together? And is there an easy way to do all 100 at once?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,643
    Why doesn't the copy/paste work? What happens?

    You will probably need a new field in the final table that has a category value for each of the source tables.

    Whether or not there is an easy way is a matter of perception. You can run 100 INSERT SELECT sql actions or you can write some code that will run them for you. A UNION query can combine tables but there is a limit of 50 tables in any query. You could write two UNION queries each having 50 tables and then maybe another UNION that combines the two queries. I've never tried that.
    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. #3
    skipnick is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Dec 2013
    Posts
    6
    I was trying it manually but after the first two are appended, the copy paste method just stops doing anything. New entries just aren't added. How can i construct a union query? I'm very new to access

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,643
    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.

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

Similar Threads

  1. Replies: 5
    Last Post: 11-06-2012, 05:05 AM
  2. Replies: 2
    Last Post: 11-03-2012, 01:58 PM
  3. Database with extension mld
    By kstieb in forum Import/Export Data
    Replies: 6
    Last Post: 09-06-2012, 12:38 PM
  4. cannot change extension from accdb to accdr
    By everette in forum Access
    Replies: 4
    Last Post: 05-01-2011, 03:47 AM
  5. access file extension help
    By supertech33 in forum Access
    Replies: 2
    Last Post: 02-17-2010, 03:31 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