I have a Access Program that tracks daily job orders. I developed the program on my Access located on my C drive. When a job order is entered I have a command buttom at bottom of form. I click that button and an e-mail is sent. I also have create task buttom on bottom of form which creates a task to a receipient. All that works fine. My problem is when I moved the Job Order program to the X drive on our server I cannot get outlook to open. What am I doing wrong.
I fixed my own problem. Where ever you move your Access VBA Program to, you have to into references and click the Microsoft Outlook 11.0 Object Library. You will find the "References" in the VB window of you code under "Tools". Hope this helps some in the future.