Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using Net Send from Access

Status
Not open for further replies.

rushdib

Programmer
Jun 12, 2001
203
US
Hi,
How do I automate Net Send using VBA in Access?

Thanks,

Rushdi
 
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

"Where are all the stupid people from...
...And how'd they get so dumb?"
NoFX-The Decline
----------------------------------------------
 
Try :

Call Shell("net send " & StrRecipient & " " & strSendText)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top