Results 1 to 3 of 3
  1. #1
    Seamus59 is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    May 2013
    Posts
    34

    Updating distributed applications

    I am sure this has been solved, so if someone could point me to the appropriate thread...

    How do I make provisions for updating software I've written? I have someone testing my software, and they are catching bugs and making suggestions for improvement. I need to be able to send an updated version to them later that will update their application without losing their data. Is there a more elegant or simple way than my code just importing tables from the old database and renaming files?

    Thanks.

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    If you are not altering the structure of your tables the easiest method is to split your database into a front end (the user interface) and a backend (the data tables). Access has a database splitter utility that will do it for you.

    So if you alter anything in your front end all you have to do is copy your 'new' front end over that, re-establish the links (this can be done with code as well) and you're all set to go.

  3. #3
    Seamus59 is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    May 2013
    Posts
    34
    I figured it would be about that simple. Thanks. Now I just need to learn how to handle the links. I appreciate it.

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

Similar Threads

  1. Replies: 5
    Last Post: 11-09-2013, 01:12 AM
  2. Replies: 0
    Last Post: 07-16-2012, 01:48 PM
  3. Bacode Applications.
    By cap.zadi in forum Reports
    Replies: 10
    Last Post: 12-28-2011, 11:34 AM
  4. Applications.CreateControl
    By msr71 in forum Programming
    Replies: 5
    Last Post: 04-24-2011, 09:01 PM
  5. How to use one DB file in many other DB applications ?
    By cement in forum Database Design
    Replies: 4
    Last Post: 01-01-2011, 05:50 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