Results 1 to 5 of 5
  1. #1
    SasiN is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Oct 2014
    Posts
    2

    Making changes to an old database

    I have an old database which was created few years back. It is a multi-user application and currently 4 users are updating the data regularly. Now I am planning to split the DB as back-end and front-end. But before that I have taken a copy of the DB and made some changes (new forms and queries only). Now, can I use the modified copy to split the DB and use the updated tables from the old DB ? How do I go about ? Please help.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Delete the tables from the new copy and set links to the tables that are in the original. Delete queries, forms, reports, code from the original.

    Give each user their own copy of the frontend.

    Each user will need the same drive letter mapping to the location of the backend on the server. Or use UNC pathing in the table links before distributing the db.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    SasiN is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Oct 2014
    Posts
    2
    Thanks for the quick response. That means I can do all modifications to forms and queries on the copy (which I have already taken) and then set the links from COPY to ORIGINAL DB as mentioned by you.

    Sorry, I didn't get the last suggestion. Is it to copy the MODIFIED COPY to each user's PC as front-end and then relink to the back-end table using the linked table manager ?

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Create the table links in the frontend first, then distribute to each user. Each user must have the same drive letter mapped that is referenced in the links, unless you set the frontend links as UNC path.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    the disconnect for me is the opening statement: "a multi-user application and currently 4 users are updating the data regularly"

    this implies that the database is already split. It certainly should be unless the 4 use it round-robin with never more than 1 at a time - otherwise it typically corrupts.

    but in either case as J7 notes - one can import objects from 1 db to another. Objects are in the navigation pane: Tables, Queries, Forms, Reports, etc. So you can go in either direction and import what you need from one to the other. This is found in the External Data tab of the ribbon. When you import an object of the same name it will automatically append a 1 to the name. Deleting tables can sometimes get hung up in relationships that prevent deletions which needs to be managed. Also if the Name Auto Track feature option is still set on - that should probably be turned off.

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

Similar Threads

  1. Replies: 2
    Last Post: 04-17-2014, 04:18 PM
  2. Making daily backup of database
    By JeroenMioch in forum Access
    Replies: 5
    Last Post: 10-30-2013, 04:50 PM
  3. Making changes to a Database to fit my needs
    By tsawrie in forum Database Design
    Replies: 1
    Last Post: 09-13-2012, 11:45 AM
  4. Replies: 5
    Last Post: 04-30-2012, 11:03 AM
  5. Problems when making ACCDE database
    By rkalapura in forum Forms
    Replies: 0
    Last Post: 03-15-2012, 11:33 AM

Tags for this Thread

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