Results 1 to 5 of 5
  1. #1
    jsimha is offline Novice
    Windows XP Access 2007
    Join Date
    Dec 2010
    Posts
    3

    Unhappy import tables in to access from another access database

    Dear Access Gurus,

    Please help me to come out from below situation.




    Have the database Total

    - Containing the data that is coming from another databases
    1. Source_A.mdb
    2. Source_B.mdb

    how to auto import the tables from source_a and source_b to datase total.

    Source_A and Source_B contain the same table names, but while they importing to Totabl.mdb want to add the _A at the end of each table name.

    Advice how to achive this.

    Regards,
    simha

  2. #2
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    1 import sourceA.table into tableA
    2 import sourceB.table into tableB.
    3 append tableB to tableA
    4 delete tableB

  3. #3
    jsimha is offline Novice
    Windows XP Access 2007
    Join Date
    Dec 2010
    Posts
    3
    Quote Originally Posted by weekend00 View Post
    1 import sourceA.table into tableA
    2 import sourceB.table into tableB.
    3 append tableB to tableA
    4 delete tableB

    Hi,

    are you suggesting to do this in macro or vba.

    Regards,
    Jay

  4. #4
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    it's you choice.
    as to me, I seldom use Macro.

  5. #5
    trolleri is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    43
    Quote Originally Posted by weekend00 View Post
    1 import sourceA.table into tableA
    2 import sourceB.table into tableB.
    3 append tableB to tableA
    4 delete tableB
    Can any of you describe how to do this code in VBA in Access?

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

Similar Threads

  1. Splitting an Excel File into Multiple Access Tables on Import
    By TheWolfster in forum Import/Export Data
    Replies: 4
    Last Post: 04-29-2010, 04:52 AM
  2. Replies: 0
    Last Post: 04-29-2009, 04:27 PM
  3. Automate Excel Import to Access Related Tables
    By KramerJ in forum Programming
    Replies: 6
    Last Post: 04-04-2009, 04:24 PM
  4. import an excell spreadsheet in an access database
    By lmichaud in forum Import/Export Data
    Replies: 0
    Last Post: 11-03-2006, 08:29 AM
  5. Unable to import or link tables through odbc in Access SP2
    By Dave Jenkins in forum Import/Export Data
    Replies: 3
    Last Post: 11-09-2005, 11:51 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