Send a message to the user

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I send a message to a user currenly using the active database please
log out of the Database for maintenence purposes
 
Access doesn't have that capability built into it.

One way I've managed to do it is to have a table to store messages.
Depending on how urgently you want the user to get the message, you can
either check whether there are any messages in the Message table each time
they open a form, or you can check on a regular basis. (you can , for
instance, integrate the lookup with the technique discussed in
http://support.microsoft.com/?id=128814)
 

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

Back
Top