Results 1 to 2 of 2
  1. #1
    DarkWolff is offline Novice
    Windows XP Access 2007
    Join Date
    Feb 2012
    Posts
    29

    Copying Linked Tables Programmatically

    Is there a way to copy a linked table using VBA that keeps the original tables keys, character limits, etc.?



    I am trying to code a system to push table updates from one location to a satellite backend. I can use a make table to copy the table, but it only copies the data. The database requires the keys for validation purposes.

  2. #2
    DarkWolff is offline Novice
    Windows XP Access 2007
    Join Date
    Feb 2012
    Posts
    29
    I just figured it out. For those in the future that need to do the same, you can do so with the DoCmd.TransferDatabase method.

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

Similar Threads

  1. Replies: 5
    Last Post: 02-02-2012, 06:42 PM
  2. Linked Tables
    By kwooten in forum Access
    Replies: 3
    Last Post: 09-27-2011, 12:08 PM
  3. Replies: 3
    Last Post: 09-12-2011, 12:53 AM
  4. Copying Data in tables
    By Hannah in forum Forms
    Replies: 4
    Last Post: 06-22-2011, 06:16 AM
  5. Copying tables
    By Bajaz001 in forum Programming
    Replies: 21
    Last Post: 04-11-2011, 03:51 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