How to make popup message or notification on shared database

Babycat

Member
Local time
Today, 18:38
Joined
Mar 31, 2020
Messages
285
Hi everyone,

I am designing an access program that shares BE for multi-users on LAN... I currently dont know how to push a message to specific user.
For example, an inventory user has just made a goods delivery request via his FE into system. At this time, the FE of accountant-user should receive a popup message or * asterisk mark somewhere (similarly to new email notification in outlook) so that the accountant can know the request and have further appropriate actions.

Any advice is highly appreciated

Thank you.
 
I have found this thread after mine posted...

Downloaded arnelgp example code, if i am not wrong, it only can check the new msg at the momment of form opening.
So, what if the FE of account-user is already opening?
I am thinking about using timer to check new msg but it might be very distracting and not effective.

Is these any other way to work around?
 
Last edited:
Have a look at this thread in the sample databases.
 
You could also use shell and the MSG command?
That would give a windows popup?
 

Users who are viewing this thread

Back
Top Bottom