J
Joel Wiseheart
We have an Access 2002 database that normally runs from a
server with Windows 2000 Advanced Server on it. When I
try to run the following command from any workstation, it
works fine, but doesn't run from the server:
Public Function fctNetSend(strAdminName As String,
strMessage As String)
Shell ("net send " & strAdminName & " " & strMessage)
End Function
I'm trying to use the "net send" command at the end of a
VBA procedure, that is automated to run in the middle of
the night. That way, it can send a message to my PC, and
let me know it ran successfully.
Any ideas why it works on a WinXP Pro machine but not on
Win2K Advanced Server?
Thanks!
server with Windows 2000 Advanced Server on it. When I
try to run the following command from any workstation, it
works fine, but doesn't run from the server:
Public Function fctNetSend(strAdminName As String,
strMessage As String)
Shell ("net send " & strAdminName & " " & strMessage)
End Function
I'm trying to use the "net send" command at the end of a
VBA procedure, that is automated to run in the middle of
the night. That way, it can send a message to my PC, and
let me know it ran successfully.
Any ideas why it works on a WinXP Pro machine but not on
Win2K Advanced Server?
Thanks!