Write Access VBA code invoking the Application.CreateItemFromTemplate method from the Outlook object model:
Set ol = CreateObject("Outlook.Application")
Set msg = ol.CreateItemFromTemplate("C:\Data\MyTemplate.oft")
msg.Display
' or other code to work with msg
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.