Results 1 to 2 of 2
  1. #1
    ramsaymckee is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2012
    Posts
    1

    Automated Database Merger


    Hi all,

    We have a database that collects data from multiple sources that are uploaded via wifi. This database is then replicated to another computer offsite. The way it interacts with our program we use to bring the data in is set up so that when you download the data, it marks the entry as already downloaded. But, with the way the replication is set up from server to server is basically a copy and paste method rather than a merger so that the "already downloaded" flag on the database is overwritten, leaving countless entries to have to sift through every time we use our program. Does anyone know a way that I can simply update from the main database to our secondary that it will just bring in the files rather than overwriting the entire database? Any advice would be greatly appreciated! Thanks in advance.

  2. #2
    Rawb is offline Expert
    Windows XP Access 2000
    Join Date
    Dec 2009
    Location
    Somewhere
    Posts
    875
    There are a couple of ways you can do something like that, but probably the best is to export the "new" data from your database and then just import it into the offline copy. That way, you're only sending the updated data across and not the entire database.

    I put together a similar setup for one of my databases that had to replicate back and forth between two locations: I programmed the database to generate an Excel spreadsheet with the contents of any changed/added/deleted Records.

    I then set up a BATCH script on each system that, every 15 minutes, would pull across any of the Excel spreadsheets it found and store them locally.

    Then, each time the database is opened, the Main Menu Form would look for those spreadsheets, import them, and then archive them elsewhere.

    It took some doing, but now I have two databases - at separate locations - that update each other with no user interaction.

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

Similar Threads

  1. Can this be automated on access
    By montypython in forum Database Design
    Replies: 1
    Last Post: 05-23-2012, 10:22 AM
  2. Automated E-mail
    By imintrouble in forum Access
    Replies: 4
    Last Post: 01-11-2012, 10:28 AM
  3. Automated Emailing
    By Dale in forum Access
    Replies: 30
    Last Post: 11-19-2011, 03:56 AM
  4. automated macros?
    By tom4038 in forum Programming
    Replies: 1
    Last Post: 09-24-2009, 02:57 AM
  5. Automated many Rpts from one??
    By techexpressinc in forum Reports
    Replies: 0
    Last Post: 07-21-2009, 08:20 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