Results 1 to 4 of 4
  1. #1
    ItsRoland is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jun 2018
    Posts
    111

    Possible to Update Report in Real Time While Working in Database?

    I'm not sure if this is possible or not, but basically I would like my report to update live while a user is filling out information if possible



    Some context:

    The database I'm working on is one we'll be taking to multiple different clients. During these meetings the database forms will be on a larger display while we work through them with the client. The goal is for the client to be able to see the progress being made on another screen in the form of this report, so everytime we make a change I would like these changes to be reflected on the report. For example, lets say I have a pie chart on this report showing some statistics. Once something is changed that affects these statistics, the pie chart updates to reflect these changes so the client can see the progress being made in real time.

    Hopefully this is possible. Any help is always appreciated!

  2. #2
    Minty is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2017
    Location
    UK - Wiltshire
    Posts
    3,144
    Assuming the data changes can be captured then the after update events on the forms used should be sufficient.

    Charts and reports aren't designed to be dynamic as such, so you may have to "quietly" reload them.
    DLookup Syntax and others http://access.mvps.org/access/general/gen0018.htm
    Please use the star below the post to say thanks if we have helped !
    ↓↓ It's down here ↓↓

  3. #3
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,129
    Quote Originally Posted by ItsRoland View Post
    During these meetings the database forms will be on a larger display while we work through them with the client. The goal is for the client to be able to see the progress being made on another screen in the form of this report, so everytime we make a change I would like these changes to be reflected on the report. For example, lets say I have a pie chart on this report showing some statistics. Once something is changed that affects these statistics, the pie chart updates to reflect these changes so the client can see the progress being made in real time.
    You said in the 'form of this report' which is slightly ambiguous.
    Although reports won't update unless reloaded, forms can easily be updated by requerying so why not display the pie chart on a form instead.
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  4. #4
    ItsRoland is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jun 2018
    Posts
    111
    I worded my initial post poorly.
    1. I should have mentioned that I was looking for a way to do this other than coding the report to update every time something changed
    2. Where I mentioned "in the form of this report" I just meant viewing the progress in a report, not in a report within a form or anything like that. I apologize for the confusion.


    I ended up just writing a function that updates the report, and calling that function anywhere that would be needed. If there's a better way of doing this I'd love to hear to it, but otherwise I achieved what I wanted.

    Thanks for the help!

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

Similar Threads

  1. How to make a query update in real time
    By rfcomm2k in forum Queries
    Replies: 2
    Last Post: 02-06-2017, 08:05 AM
  2. Update Form / Query data in real time
    By Pete-RM in forum Forms
    Replies: 6
    Last Post: 08-21-2015, 05:10 AM
  3. Update the Customer No in real time
    By gstylianou in forum Access
    Replies: 6
    Last Post: 06-08-2014, 09:38 AM
  4. Real time database question
    By joet5402 in forum Forms
    Replies: 7
    Last Post: 04-01-2009, 09:00 PM
  5. Update a combo box in real time
    By protean_being in forum Forms
    Replies: 0
    Last Post: 05-17-2008, 07:39 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