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.