Results 1 to 5 of 5
  1. #1
    talhaparvaiz@yahoo.com is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    May 2020
    Posts
    29

    Posting ms access data/ report online with realtime updates

    Hello,



    I have a table in Access that refreshes at least once per minute.

    Additionally, I have an SQL query based on the table mentioned above.

    Currently, I face the challenge of manually refreshing this data and sending it via email to my team members.

    Please advise on options to provide this data online in real-time. To clarify further, I want the online data/report to update immediately whenever my Access tables are updated, without any delay.

    Thank you in advance.

  2. #2
    Edgar is offline Competent Performer
    Windows 8 Access 2016
    Join Date
    Dec 2022
    Posts
    274
    That type of scenario is best handled by a web application. You remove Access from the equation.

    If you want to keep Access in the equation, you'll need this setup: Web browser control + Firebase Real Time Database + Firebase Websocket. If you want to build your own web socket, you also can, but Firebase already has something for that and it costs 0 to try. If you have a large amount of data, then check the limits of the free tier of Firebase, otherwise pay for the service, build your own or ask someone to do it for you.
    Please click on the ⭐ below if this post helped you.


  3. #3
    talhaparvaiz@yahoo.com is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    May 2020
    Posts
    29
    Quote Originally Posted by Edgar View Post
    That type of scenario is best handled by a web application. You remove Access from the equation.

    If you want to keep Access in the equation, you'll need this setup: Web browser control + Firebase Real Time Database + Firebase Websocket. If you want to build your own web socket, you also can, but Firebase already has something for that and it costs 0 to try. If you have a large amount of data, then check the limits of the free tier of Firebase, otherwise pay for the service, build your own or ask someone to do it for you.

    I still prefer to conduct data analysis within Access/Excel due to their user-friendly interface, and also because the APIs I utilize exclusively support Excel.


    Regarding the publication of reports and data on the web, I am willing to consider web applications as long as they can integrate data from my local MS Access database. Please suggest any available options, such as web apps that I could explore for this purpose.


    Thank you.

  4. #4
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,801
    If you update via forms it should be easy. Form code for after update can email whatever you need. However, if I change a value, don't update, then put it back the emails still go out. You'd have to prevent that with the OldValue property for every bound control. If a control is unbound it has no OldValue property so you'd have to deal with that too. Or just don't bother and hope that doesn't happen - or allow user to kill the emails.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  5. #5
    Edgar is offline Competent Performer
    Windows 8 Access 2016
    Join Date
    Dec 2022
    Posts
    274
    Quote Originally Posted by talhaparvaiz@yahoo.com View Post
    Regarding the publication of reports and data on the web, I am willing to consider web applications as long as they can integrate data from my local MS Access database. Please suggest any available options, such as web apps that I could explore for this purpose.
    You might want to check out REST APIs. Basically, with Access, you can send text to a URL and get back a text response from the server, which Access can turn into data. I'm already suggesting Firebase, which is overpowered, but there are others too. I suggested it because you can either use REST API with it OR connect directly to it using its web socket. And both things are doable with Access.
    Please click on the ⭐ below if this post helped you.


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

Similar Threads

  1. Replies: 4
    Last Post: 03-13-2024, 12:06 AM
  2. Update in RealTime
    By Jimruns919 in forum Queries
    Replies: 4
    Last Post: 06-30-2023, 01:53 PM
  3. Replies: 4
    Last Post: 09-16-2020, 02:37 AM
  4. Posting excel data in Access
    By JeroenMioch in forum Import/Export Data
    Replies: 4
    Last Post: 11-10-2015, 01:41 PM
  5. DCount realtime
    By Patience in forum Access
    Replies: 2
    Last Post: 06-24-2010, 06:20 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