I have an Access database that sends an email to users when there is an exception in the query. It works fine when I run it from Windows 7, but when I use task schedular I get an error message;
runtime error 429 activex component can't create object
and the error stops a;
Set olapp = New Outlook.Application
It only happens when i run it from Task Schedular.