K
Ken Ivins
I want to open an email message and have it attach a ASCII file that I have
stored in a location on my hard drive.
I set up a Send Object
DoCmd.SendObject , , , "(e-mail address removed)", , , "NCBA1 file", "Attached is the
current information for National Benefits Corp.", -1
I do not see how to automatically attach a file such as
C:\aaa\EMIS_FROM_NCBA1.asc
Can this be done with code?
Thanks for your help.
Ken Ivins
stored in a location on my hard drive.
I set up a Send Object
DoCmd.SendObject , , , "(e-mail address removed)", , , "NCBA1 file", "Attached is the
current information for National Benefits Corp.", -1
I do not see how to automatically attach a file such as
C:\aaa\EMIS_FROM_NCBA1.asc
Can this be done with code?
Thanks for your help.
Ken Ivins