Results 1 to 3 of 3
  1. #1
    GioVleMat is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Mar 2019
    Posts
    1

    Live measurement result database vs. upgrades/changes

    Hello,

    For our QC division, we currently have multiple operators in different locations performing measurements. At this moment, the results are stored in separate Excel "databases", which is a hard to maintain situation. As improvement, we would like to use an Access database that receives its input from different macro-enabled Excel input forms (this way our operators will not need to change their way of working + we can keep all of the logic that is in the macro-code). The database will then be available at a shared location and the operators can use their local copy of the input form.

    Before we start setting up the Access database, we were wondering how it would be possible after the release, to allow for upgrades/changes to the database. Imagine we would like to add several additional fields to the database. At this moment I can think of no better solution than to use an offline copy of the database to add these fields, test is and then schedule an upgrade in which we either duplicate all the changes on the live database or install the updates database and merge all the records from the previous live database version.

    This does not seem very elegant, but I have not found anything that might point us in the right direction. The key elements for us are to keep the downtime as low as possible and to avoid (as much as possible) migration of large datasets from one version to the other. Is there a more "professional" way of handling this? If so, can we take this into account in the database design?



    Kind regards and thank you for any suggestions.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    Split the database into frontend and backend files. Backend has data. Frontend is user interface and links to backend tables. Make changes to a development master of the frontend and distribute copies after modification. Some changes to backend will require 'down time' but will not have to worry about merging data between 'versions'. This sort of design modification to backend should be a very rare occurrence in a fully deployed database.
    Last edited by June7; 03-08-2019 at 03:39 PM.
    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
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,372
    Imagine we would like to add several additional fields to the database.
    What's easy to imagine is that you're approaching the design using your Excel brain. If you envision having to regularly add table fields, you must be designing it all wrong. As much as splitting is recommended, I don't see how that is a solution for dealing with what looks to me like it will be a flawed design. Maybe you need to research entity/relationships and normalization for databases and see if I'm close or out to lunch. Whatever you plan to add as fields just might belong in rows.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

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

Similar Threads

  1. Find most recent measurement through code
    By todmac in forum Programming
    Replies: 6
    Last Post: 08-09-2013, 04:12 PM
  2. Replies: 1
    Last Post: 06-09-2013, 09:16 AM
  3. Call Logging - Elapsed Measurement of time
    By mdjrmeyer in forum Forms
    Replies: 2
    Last Post: 06-21-2012, 03:37 PM
  4. Live Support
    By smastersonjr in forum Access
    Replies: 1
    Last Post: 08-19-2011, 06:50 PM
  5. Ruler measurement
    By Alex Motilal in forum Access
    Replies: 1
    Last Post: 01-07-2010, 09:02 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