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