Post a message

W

WireGuy

Access 2003

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

Thanks,
Wireguy
 
T

Tom van Stiphout

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top