sendobject attachment (1 Viewer)

chewy

SuperNintendo Chalmers
Local time
Today, 08:58
Joined
Mar 8, 2002
Messages
581
I have users who use win NT and I want an automatic email to be generated. So I cant use the SMTP method, since it is Win NT. So I am resorting to using

Private Sub Command0_Click()
DoCmd.SendObject , , , "mmajewski@alliancebankna.com", , , "test Subject", "BODY"
End Sub

How would I add an attachment to this? Or does anyone have another idea on launching Outlook with an attachment?

Thanks!
 

chewy

SuperNintendo Chalmers
Local time
Today, 08:58
Joined
Mar 8, 2002
Messages
581
thanks a million! I was searching for this for some time guess I missed it somehow
 

Users who are viewing this thread

Top Bottom