Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2012
    Posts
    23

    importing records into access table through SQL

    Dear all,



    I'm looking for a way to insert records into an access table through SQL. I know you can insert one record by "INSERT INTO "TABLE" (...,...,..) VALUES (...,...,...) but i cant find a way to insert multiple records at the same time... Anybody a way?

  2. #2
    euanl is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Jun 2013
    Posts
    25
    Insert into should work

    INSERT INTO Table1 (Field1, Field2......)
    SELECT Field1, Field2.........
    FROM Table2

  3. #3
    amrut is offline Expert
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2012
    Location
    India
    Posts
    616
    Create an append query and call it through VBA

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

Similar Threads

  1. Formatting an Access table after importing from Excel
    By bigern87 in forum Import/Export Data
    Replies: 3
    Last Post: 02-13-2013, 07:08 AM
  2. Replies: 2
    Last Post: 01-30-2013, 06:48 AM
  3. Importing text file into Access Table
    By Anthony in forum Import/Export Data
    Replies: 13
    Last Post: 09-23-2009, 04:47 PM
  4. Importing a tab delimited file into access table - please he
    By championss in forum Import/Export Data
    Replies: 0
    Last Post: 10-29-2006, 02:33 AM
  5. Importing a table created in word to Access
    By anthony_f_justin in forum Access
    Replies: 4
    Last Post: 01-04-2006, 09:06 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