J
Jeff
I'm trying to run a routine to e-mail a file from Access on an XP computer
with Outlook 2003. It works fine on a Win2K computer with the Office 2000
version of Outlook. I've tried this from both Access XP and Access 2000 on
this XP machine, and it can't seem to recognize that Outlook 2003 is open.
Here's what we have been using:
Set objOutlook = CreateObject("Outlook.Application")
Can anyone give me a clue as to what we need to do to make this work for
Outlook 2003? Thanks.
with Outlook 2003. It works fine on a Win2K computer with the Office 2000
version of Outlook. I've tried this from both Access XP and Access 2000 on
this XP machine, and it can't seem to recognize that Outlook 2003 is open.
Here's what we have been using:
Set objOutlook = CreateObject("Outlook.Application")
Can anyone give me a clue as to what we need to do to make this work for
Outlook 2003? Thanks.