jt643
Technical User
- Jun 17, 2003
- 144
I have been trying to resolve an issue I posted in thread705-1130455.
One of the suggestions was to export all of my objects to a new database. As I compiled the code within the 'new' project, the compiler keeps giving me errors on code that has been working fine for over a year:
Dim objOutlook As Outlook.Appliation
Dim objEmail As Outlook.MailItem
It will not recognize 'Outlook.' anything. Has anything changed with Microsoft?
My problem, is that I can not get past it to compile the rest of the project, and I am not able to remove that function from my database as it is essential.
Thanks in advance.
One of the suggestions was to export all of my objects to a new database. As I compiled the code within the 'new' project, the compiler keeps giving me errors on code that has been working fine for over a year:
Dim objOutlook As Outlook.Appliation
Dim objEmail As Outlook.MailItem
It will not recognize 'Outlook.' anything. Has anything changed with Microsoft?
My problem, is that I can not get past it to compile the rest of the project, and I am not able to remove that function from my database as it is essential.
Thanks in advance.