Results 1 to 3 of 3
  1. #1
    CementCarver's Avatar
    CementCarver is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2013
    Location
    Canada
    Posts
    231

    Audit Trail and Reporting

    I have a client who wants to store history for every field in a database and be able to call up previous records based on a date range. Because they compare values from year to year, what would be the best way of accomplishing this task? I've seen macros on the internet that store the old value after the record has gone through a edit session, but how does one program a solution in an orderly fashion, and be able to drill out reports based on contents of a history/audit table?

    Any suggestion would be appreciated.

    CementCarver

  2. #2
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742

    MS Access Audit log Methods

    I've seen several full descriptions and examples of this - The basic idea is to create a log file, and before updating any field, output a log record of the before and after values, the user name, and so on. Whatever solution you choose will determine the architecture of your entire application, because it will need to be built into pretty much every form, query, module or macro that allows or causes updates.

    The key terms to google are MS ACCESS AUDIT LOG. Here's some relevant pages -
    http://www.access-programmers.co.uk/...d.php?t=129803
    http://allenbrowne.com/AppAudit.html
    http://support.microsoft.com/kb/197592
    http://www.databasedev.co.uk/audit_trail.html

  3. #3
    CementCarver's Avatar
    CementCarver is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2013
    Location
    Canada
    Posts
    231
    Thanks for your input Dal Jeanis.

    CementCarver

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

Similar Threads

  1. Replies: 2
    Last Post: 02-09-2013, 12:39 PM
  2. Audit Trail
    By bigroo in forum Programming
    Replies: 4
    Last Post: 02-22-2012, 07:55 PM
  3. audit trail
    By slimjen in forum Forms
    Replies: 1
    Last Post: 10-13-2011, 01:52 PM
  4. Audit trail question #2
    By jpkeller55 in forum Access
    Replies: 9
    Last Post: 09-13-2010, 05:55 PM
  5. Audit trail question
    By jpkeller55 in forum Access
    Replies: 5
    Last Post: 09-13-2010, 04:12 PM

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