Feb 26, 2003 #1 rushdib Programmer Jun 12, 2001 203 US Hi, How do I automate Net Send using VBA in Access? Thanks, Rushdi
Feb 26, 2003 #2 oharab Programmer May 21, 2002 2,152 GB Have a look on my website for a file called netsend.mdb. It has the code to send network messages in it. hth Ben ---------------------------------------------- Ben O'Hara http://www.RobotParade.co.uk "Where are all the stupid people from... ...And how'd they get so dumb?" NoFX-The Decline ---------------------------------------------- Upvote 0 Downvote
Have a look on my website for a file called netsend.mdb. It has the code to send network messages in it. hth Ben ---------------------------------------------- Ben O'Hara http://www.RobotParade.co.uk "Where are all the stupid people from... ...And how'd they get so dumb?" NoFX-The Decline ----------------------------------------------
Feb 26, 2003 #3 Parax Technical User Jan 29, 2003 41 GB Try : Call Shell("net send " & StrRecipient & " " & strSendText) Upvote 0 Downvote