Attaching text files to emails sent via access

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Hi,

How do i attach a txt file to an email

I am using A97
and currently use the 'docmd.SendObject' method

thanks


Dave
 
Dave said:
How do i attach a txt file to an email
I am using A97
and currently use the 'docmd.SendObject' method

To add to Alex's response you can't do that with SendObject. See the
20 limitations of SendObject at
http://www.granite.ab.ca/access/email/sendobject.htm

For various alternatives see Microsoft Access Email FAQ
http://www.granite.ab.ca/access/email.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Back
Top