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!

Search results for query: *

  • Users: Hence
  • Order by date
  1. Hence

    GW-Mail over VBA in Access, with more than two recipients!

    Public Function Send_Mail(mysubject As String, textfeld As String, mailto As String) Dim objGWApp As Application2 Dim objGWAccount As Account2 Dim objGWmsg As Message3 Set objGWApp = New Application2 Set objGWAccount = objGWApp.Login Set objGWmsg =...

Part and Inventory Search

Back
Top