Can anyone advise how I can generate an email from access? I want the user
to be able to click a button which will open an email template in outlook and
populate with data from specified tables and columns.
Thanks
James
--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
"James Mullan" <James...@discussions.microsoft.com> wrote in message
news:A8A531D5-41B3-4ECC...@microsoft.com...
Thanks
James
docmd.sendobject acSendTable,"MyTable",,me.txtTo
--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
"James Mullan" <James...@discussions.microsoft.com> wrote in message
news:117C5328-3AE1-43B3...@microsoft.com...
another q... (and don't know if this is possible)
within the text string of the message section, is it possible to insert
items in a similar way?
thanks
you can add it as body parameter. Also you can send table as text like here:
http://maug.pointltd.com/access/Queries/TipDetail.asp?TipID=71
--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
"James Mullan" <James...@discussions.microsoft.com> wrote in message
news:AE7B786B-B9F5-4E98...@microsoft.com...
docmd.sendobject acSendTable,"MyTable",,me.txtTo, me.txtBodyText
--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
"James Mullan" <James...@discussions.microsoft.com> wrote in message
news:202DAD7B-A26B-445D...@microsoft.com...