Results 1 to 5 of 5
  1. #1
    Payner is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2014
    Location
    Dorset South Coast
    Posts
    3

    Question Archiving updated records

    Hi All, i am creating a database for work for the calibration of our inspection equipment, all equipment has a limited time of use before re calibration is required. Also equipment gets scrapped etc. What i require is a table that archives all the updates of these records, ie saves a history of all the updates for every piece of equipment, be it yearly calibration for 10 years or scrapping after 1 year. We will need to search the history of updates when we have a quality assessment in progress to show the history for a certain item.



    Please help

    Many Thanks

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,920
    You want to 'archive' data of scrapped equipment? Just have a field in the equipment table that indicates the status (active, scrapped, sold, whatever) of equipment. Use that status to aid in sort/filter of related records.
    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
    Payner is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2014
    Location
    Dorset South Coast
    Posts
    3
    Thanks for the reply June7, I have already done that, but to get ISO accreditation you must have a history trail, so I need to archive all records at anytime they are updated, so whether it's scrap, been re calibrated or the location has moved this needs to be archived to show changes in the records.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,920
    Here is example of an audit log http://allenbrowne.com/AppAudit.html
    The idea is to create a historical record for any edits done to a record. I mean if you corrected the spelling of a word, say 'personal' to 'personnel', an audit log record would be created. Is this what you want?

    If what you really want is just to document events (sale, transfer, acquisition, calibration) that can be maintained in a related table.

    Master table of assets - AssetID, S.N., P.N., description

    Events table - ID, AssetID, EventDate, EventType, etc
    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
    Payner is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2014
    Location
    Dorset South Coast
    Posts
    3
    Once again thanks June7,
    This looks more like what we require, i will go through it and try it out, it may be a bit of overkill but at least any changes will be archived, better too much information than not enough.
    Cheers

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

Similar Threads

  1. records with different updated report_date
    By lizzywu in forum Reports
    Replies: 3
    Last Post: 10-27-2011, 01:28 PM
  2. Append only updated records
    By Fabdav in forum Queries
    Replies: 4
    Last Post: 10-10-2011, 11:17 AM
  3. Archiving Records
    By robsworld78 in forum Forms
    Replies: 5
    Last Post: 06-03-2011, 05:00 AM
  4. Archiving records
    By NOTLguy in forum Access
    Replies: 3
    Last Post: 11-21-2010, 03:15 PM
  5. Archiving old records
    By dean in forum Access
    Replies: 7
    Last Post: 09-14-2009, 02:54 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