inserting word doc text into an email (access 2003)

gbanks

Registered User.
Local time
Today, 06:29
Joined
Feb 9, 2000
Messages
161
Using the code below to send an email from my db. Works great except my users would like the stBody string to be the text in a word document they update periodically on a local shared drive (drive =F). Is there a way to make the text from there word doc the string I'm looking for? Thanks..


Dim stBody as String = Fdrive word Doc?

With MailOutLook
.To = Nz(srt, "")
'.To = SQL
.Subject = stSubject
.HTMLBody = StBody
 

Users who are viewing this thread

Back
Top Bottom