Feb 26, 2003 #1 rushdib Programmer Joined Jun 12, 2001 Messages 203 Location US Hi, How do I automate Net Send using VBA in Access? Thanks, Rushdi
Feb 26, 2003 #2 oharab Programmer Joined May 21, 2002 Messages 2,152 Location 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 Joined Jan 29, 2003 Messages 41 Location GB Try : Call Shell("net send " & StrRecipient & " " & strSendText) Upvote 0 Downvote