Results 1 to 4 of 4
  1. #1
    pharrison74 is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2016
    Posts
    114

    Highlighting data changed

    I have a few reports that need to have the data highlighted that has been changed since the last entry. The data is put in by a form then the data is pulled and the report printed on a weekly basis.

    I need to be able to highlight the data changed as well as the Case name so they can look at the table of contents and know right away which cases to concentrate on.

    I know there is conditional formatting but I don't believe it has the ability to noticed what data has changed since last entry.



    Thanks
    PEter

  2. #2
    cyanidem's Avatar
    cyanidem is offline Competent Performer
    Windows 10 Access 2010 64bit
    Join Date
    Nov 2015
    Location
    Consett, UK
    Posts
    270
    Nope. I believe that to highlight any changes you would have to store previous versions of data as well and compare to actual ones when report is created.

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows 8 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    Not sure I'm following, but working with reports seems late in the process.

    Tables store data. Forms are like windows --giving you a view to data in the underlying table.
    It seems you are dealing with changes in data values. That is, data already stored, and new data to be stored. So, along the lines of what cyanidem said, you would seem to need some method of storing these different values. In fact, you may need to maintain multiple versions, if you need to show an historical progression of values. This seems very much like a version control system --much like developers may use to store (and recover) various versions of programs/procedures.

  4. #4
    cyanidem's Avatar
    cyanidem is offline Competent Performer
    Windows 10 Access 2010 64bit
    Join Date
    Nov 2015
    Location
    Consett, UK
    Posts
    270
    @orange
    You're absolutely right, I made a shortcut here jumping straight to reports. Obviously old data need to be stored IN TABLES to later show changes.

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

Similar Threads

  1. VBA to check if Data Has Changed
    By jo15765 in forum Programming
    Replies: 2
    Last Post: 11-14-2013, 03:09 PM
  2. Highlighting Field Data when Entered
    By EddieN1 in forum Forms
    Replies: 4
    Last Post: 08-15-2013, 08:22 AM
  3. Highlighting Items in List Box from Table Data
    By swalsh84 in forum Programming
    Replies: 2
    Last Post: 01-25-2010, 08:55 AM
  4. Highlighting Report Data Based on a Condition
    By KramerJ in forum Reports
    Replies: 1
    Last Post: 05-29-2009, 10:27 AM
  5. Find out changed data
    By Papote in forum Programming
    Replies: 1
    Last Post: 04-27-2009, 08:19 PM

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