Hi Guys, i have Access 2007 and 2003 loaded on the same machine, although i do use Acc2007, i still prefer to write my apps using the 2003 version, as i'm old fashioned!
But i have a compatibility issue thats doing my head in - In principle both versions work ok, but the function
Dim appOutLook As Outlook.Application
Dim MailOutLook As Outlook.MailItem
Set appOutLook = CreateObject("Outlook.Application")
Set MailOutLook = appOutLook.CreateItem(olMailItem)
Does not create a new email instance in outlook when run. Only happens with both versions installed, yet outlook object libraries are clearly referenced. Is this a known problem and can it be fixed? I'm using outlook 2007.
Thanks
But i have a compatibility issue thats doing my head in - In principle both versions work ok, but the function
Dim appOutLook As Outlook.Application
Dim MailOutLook As Outlook.MailItem
Set appOutLook = CreateObject("Outlook.Application")
Set MailOutLook = appOutLook.CreateItem(olMailItem)
Does not create a new email instance in outlook when run. Only happens with both versions installed, yet outlook object libraries are clearly referenced. Is this a known problem and can it be fixed? I'm using outlook 2007.
Thanks
Last edited: