Post a message

  • Thread starter Thread starter WireGuy
  • Start date Start date
W

WireGuy

Access 2003

How or can I send a "pop-up" type message to all users in my database?

Thanks,
Wireguy
 
On Tue, 27 Jan 2009 06:11:02 -0800, WireGuy

If you want an Access-based solution: you could have a form that is
always open (perhaps the main menu form; perhaps a hidden form), and
that form would tick a timer, say once a minute. When the Timer event
occurs it inspects a table in the back-end database and if there is a
message there, it shows it in a Popup form (or a MsgBox).

-Tom.
Microsoft Access MVP
 
Back
Top