C
Chris
I am trying to send an email using an Outlook Template. My code line is:
DoCmd.SendObject acSendNoObject, , , [Name (Last, First)], , , , , True,
"<Network Path>\Home\Templates\PRC Equipment Request Confirmation.oft"
The code will open the email which I want but it is a blank email and not
the template. The template is a HTML format but that should not matter when
calling the template.
How do I get Access to open the template file?
DoCmd.SendObject acSendNoObject, , , [Name (Last, First)], , , , , True,
"<Network Path>\Home\Templates\PRC Equipment Request Confirmation.oft"
The code will open the email which I want but it is a blank email and not
the template. The template is a HTML format but that should not matter when
calling the template.
How do I get Access to open the template file?