I have an event procedure that will send an email when triggered to the listed receiver. This procedure works perfectly everytime on my workstation pc. When I move the front end/back end to the server 2008 computer the procedure won't work.

Code ****
Shell ("C:\Program Files\Microsoft Office\OFFICE14\OUTLOOK.EXE /Recycle"), vbMaximizedFocus


DoCmd.SendObject , , acFormatTXT, stAddress, , , stSubject, stBody, False
End Code ****

On the server it will start Outlook if it isn't open but will still not send the email. The path to Outlook is exactly the same on the local pc as it is on the server.

Any help with this would be greatly appreceiated.

Randy