Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - Using Forms (http://www.outlookbanter.com/outlook-using-forms/)
-   -   Submit button (http://www.outlookbanter.com/outlook-using-forms/89443-submit-button.html)

Juanita April 23rd 09 05:18 PM

Submit button
 
I have created a basic help desk request form for our staff. Now I need to
create a submit button that will go directly to the help desk mailbox. Can
someone help me with this?

Thanks.

Sue Mosher [MVP][_3_] April 23rd 09 08:30 PM

Submit button
 
Assuming it's a message form and the Submit button is named cmdSubmit:

Sub cmdSubmit_Click()
Item.To = "address of help desk"
Item.Send
End Sub


--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Juanita" wrote in message
...
I have created a basic help desk request form for our staff. Now I need to
create a submit button that will go directly to the help desk mailbox. Can
someone help me with this?

Thanks.





All times are GMT +1. The time now is 11:29 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com