Programmatic message (1 Viewer)

hbtousa

Registered User.
Local time
Yesterday, 19:03
Joined
Jan 25, 2007
Messages
14

llkhoutx

Registered User.
Local time
Yesterday, 18:03
Joined
Feb 26, 2001
Messages
4,018
In a backend database ad as table which has at least to field bytMessagePriority and sUserMessage. Link that table to each frontend mdb and probably hide it.

In each mdb that has that table linked from the backend mdb to the frontend do the following:

(1) add a hidden form which with VBA periodically check the backend table for bytMessagePriority and sUserMessage, if sUserMessage is not null, display the message in a popup window which stays open until closed by the user. Use the bytMessagePriority counter to count the number of times a message has been popedup.

(2) after so many messages, have the frontend hidden form, cause execute a Quit.Application line of code to be executed.

Just think about you'd do it manually.
 

Users who are viewing this thread

Top Bottom