Results 1 to 4 of 4
  1. #1
    Jmw is offline Novice
    Windows 8 Access 2007
    Join Date
    Feb 2015
    Posts
    1

    Question Import From Excel

    I am trying to import an excel table to a table that already exists in the database, but i do not want to overwrite my data; i would like to keep existing data and be able to choose the columns that are imported to the database. So when i select: "Import the source data into a new table in the current database". I would like to import to an exsiting table, but this is the only option that lets me actually select the specific rows i want.


    can you help please thank!!!
    Last edited by June7; 02-23-2015 at 08:47 PM. Reason: Move posts

  2. #2
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    In that scenario, I would probably import the data to a temporary table, and then use an Append Query to import just the records/fields you want into your existing production table.

  3. #3
    AnandKhinvasara is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Jul 2014
    Posts
    31
    It's really easy to achieve this.
    When you go to External Data -> Excel (Under Import Section) - you would come across a screen which shows an option "Append a copy of the records to the table" . You can select the table you want it to be appended to, select the columns etc and have your data imported. Let me know if this helps.

  4. #4
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    I was under the impression that the file that they are importing into Access has some of the records that already exist in the table, and then some new ones, and the only want the new ones added (which is why I answered the way I did). But in going back and reading it again, I see I may have misinterpretted that. If that is the case, and you want to import ALL the records in the file to an existing table, Anand's reply is the way to go. No need to complicate it.

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

Similar Threads

  1. Replies: 10
    Last Post: 06-16-2014, 08:37 AM
  2. Import access query data into excel file, using excel vba
    By exceljockey in forum Import/Export Data
    Replies: 3
    Last Post: 11-15-2013, 02:36 PM
  3. Replies: 4
    Last Post: 12-17-2012, 01:21 PM
  4. Replies: 2
    Last Post: 02-14-2012, 04:40 PM
  5. VBA to open excel, import on close of excel
    By bdaniel in forum Programming
    Replies: 0
    Last Post: 03-20-2010, 02:45 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