Results 1 to 2 of 2
  1. #1
    scottc_00 is offline Novice
    Windows XP Access 2007
    Join Date
    Jan 2015
    Posts
    5

    Convert existing table to linked table

    I have an Access database (Origdb) that I want to split due to size.

    I want to move several Large tables of RAW data (Table1 and Table2) to a separate database (Newdb) and do the applicable combining and querying in Newdb.


    I will create Table3 and Table4 out of the queries in Newdb.

    No problem so far.
    Now that I have the Newdb I want to delete Table1 and Table2 from Origdb and
    convert Table3 and Table4 in Origdb into linked tables which will import data from Table3 and Table4 in Newdb.

    This is my problem.
    Table3 and Table4 in Origdb have downstream dependencies that I don't want to rewrite.
    I can easily create new linked tables in Origdb to the Table3 and Table4 in Newdb but then I have to rewrite my downstream queries in Origdb to use the new Tables.
    If I rename the original table3 and Table4 the queries will still point to the old tables with the new name.
    The only way I can think to do this is to convert the original Table3 and Table4 into linked tables.

    Is this possible? Is there a method to do this where I dont have to rewrite all of my downstream queries to point to new tables.

    Thanks

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    that works fine. (i do this)
    Create your external tables. Then link them back into your db.
    It will not affect any existing code. The db still thinks they are part of the db.

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

Similar Threads

  1. Convert text to number in linked table to excel....
    By ideasfactory in forum Queries
    Replies: 3
    Last Post: 05-24-2015, 05:17 PM
  2. Replies: 9
    Last Post: 10-20-2014, 04:00 PM
  3. Adding data from linked table to existing table???
    By claysea in forum Import/Export Data
    Replies: 3
    Last Post: 02-21-2013, 12:23 PM
  4. Replies: 7
    Last Post: 04-15-2011, 08:46 AM
  5. Replies: 2
    Last Post: 10-27-2009, 07:09 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