How to send popup message from Access via VBA?

hannlapp

Registered User.
Local time
Today, 22:19
Joined
Sep 22, 2011
Messages
12
Hi.

Is it possible to send popup messages all over the domain from my access 2003?

Hanski
 
Hi.

Is it possible to send popup messages all over the domain from my access 2003?

Hanski

Hi, you could use the NET SEND API, in order to do this you need to know the computer name or IP address.

Example from Immediate Window in Access would be:

Shell ("NET SEND " & "ComputerName" & "Message", vbNormalFocus)

You will need to ensure the functionality is turned on to allow receiving messages
 

Users who are viewing this thread

Back
Top Bottom