Hi,
I'm working with ACCESS2007 on Windows XP and made a form to let the user send an email via OUTLOOK, thanks to FAQ702-2921.
However, I can't find the reference specified in the Emailing posts, which is a reference to Microsoft Outlook.
I tried with references to Microsoft Office, some ActiveX data objects (lots of them...), but it does not work, I still have the error on line:
So I guess it's due to the new version of Access?
Does anyone know what the reference to Outlook is?
Thanks in advance,
Jonath
I'm working with ACCESS2007 on Windows XP and made a form to let the user send an email via OUTLOOK, thanks to FAQ702-2921.
However, I can't find the reference specified in the Emailing posts, which is a reference to Microsoft Outlook.
I tried with references to Microsoft Office, some ActiveX data objects (lots of them...), but it does not work, I still have the error on line:
Code:
dim objoutlook as outlook.application
So I guess it's due to the new version of Access?
Does anyone know what the reference to Outlook is?
Thanks in advance,
Jonath