H hannlapp Registered User. Local time Today, 14:58 Joined Sep 22, 2011 Messages 12 Sep 27, 2011 #1 Hi. Is it possible to send popup messages all over the domain from my access 2003? Hanski
C carl6885 Registered User. Local time Today, 04:58 Joined Nov 16, 2011 Messages 82 Feb 29, 2012 #2 hannlapp said: Hi. Is it possible to send popup messages all over the domain from my access 2003? Hanski Click to expand... 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
hannlapp said: Hi. Is it possible to send popup messages all over the domain from my access 2003? Hanski Click to expand... 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