G
Guest
I have a form that I created in Outlook located in the Personal Forms
Library. It is a simple form letter that gets mailed to many people on a
regular basis. I need to know how to set up the code so that form gets
opened when I use automation to send email through Access 2000.
I am using the How to uses Automation to send outlook messages code found in
http://support.microsoft.com/kb/209948/en-us
I can't figure out how to reference the form I created. It is in the
Personal Forms Library and it's called Prevalence Report. I found out how to
open a template using the follwoing code. However I cannot find/figure out
how to open my outlook Form?
Set objOutlookMsg = objOutlook.CreateItem(olMailItem)
'Create from Template
Set MyItem = myOlApp.CreateItemFromTemplate("C:\filename.oft")
Please HELP! Thanks.
Library. It is a simple form letter that gets mailed to many people on a
regular basis. I need to know how to set up the code so that form gets
opened when I use automation to send email through Access 2000.
I am using the How to uses Automation to send outlook messages code found in
http://support.microsoft.com/kb/209948/en-us
I can't figure out how to reference the form I created. It is in the
Personal Forms Library and it's called Prevalence Report. I found out how to
open a template using the follwoing code. However I cannot find/figure out
how to open my outlook Form?
Set objOutlookMsg = objOutlook.CreateItem(olMailItem)
'Create from Template
Set MyItem = myOlApp.CreateItemFromTemplate("C:\filename.oft")
Please HELP! Thanks.