Using DoCmd to email an object using an .oft template
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hey, I'm trying to use the DoCmd.SendObject to send an email. The last paramater, it asks for a template file. If I have an .oft (Outlook File Template) saved, can I just put the path into there? I've tried just putting the path in as a string and it doesn't open up the template file. Can anyone please help me out with this?