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