![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: forms, outlook |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi all
I am trying to set up an email forms I have a drop down box with IC and MC as the option what I am after is when IC is select the Recipient (to) box will default to a specific email address and then when MC is selected that it defaults to a diffent email address. Any help would be greatful I have spent hours trying to work this out Thanks Greg |
| Ads |
|
#2
|
|||
|
|||
|
You need to put code behind the form to respond to the user's selection from the combo box. The details will depend on whether the box is bound to an Outlook property. See http://www.outlookcode.com/article.aspx?ID=38
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Greg" wrote in message ... Hi all I am trying to set up an email forms I have a drop down box with IC and MC as the option what I am after is when IC is select the Recipient (to) box will default to a specific email address and then when MC is selected that it defaults to a diffent email address. Any help would be greatful I have spent hours trying to work this out Thanks Greg |
|
#3
|
|||
|
|||
|
Hi Sue,
Thanks for the link but I still can not work this out I have never done VB script before and am having great difficulty could you please provide me with a sample script to work from : My address line is called "to" The combo box is "DEP1" with the values of Inventory; BM if inventory is selected it need to send to "invent ctrl" and if BM is selected it need to send to "merch integ" Thanking you in advance for any support / Help you can give me Greg "Sue Mosher [MVP-Outlook]" wrote: You need to put code behind the form to respond to the user's selection from the combo box. The details will depend on whether the box is bound to an Outlook property. See http://www.outlookcode.com/article.aspx?ID=38 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Greg" wrote in message ... Hi all I am trying to set up an email forms I have a drop down box with IC and MC as the option what I am after is when IC is select the Recipient (to) box will default to a specific email address and then when MC is selected that it defaults to a diffent email address. Any help would be greatful I have spent hours trying to work this out Thanks Greg |
|
#4
|
|||
|
|||
|
That's not enough information to write a script. I guess I didn't it clear enough earlier: You must determine whether your combo box is bound to an Outlook property (if so, what?) or is unbound. This is covered on the page I suggested.
I would also suggest that you at least try the very simple scripts that are already on that page. You might surprise yourself with your ability to do the job on your own. You'll certainly be the one maintaining the form and its code, so you ought to develop an understanding of how it works. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Greg" wrote in message ... Hi Sue, Thanks for the link but I still can not work this out I have never done VB script before and am having great difficulty could you please provide me with a sample script to work from : My address line is called "to" The combo box is "DEP1" with the values of Inventory; BM if inventory is selected it need to send to "invent ctrl" and if BM is selected it need to send to "merch integ" Thanking you in advance for any support / Help you can give me Greg "Sue Mosher [MVP-Outlook]" wrote: You need to put code behind the form to respond to the user's selection from the combo box. The details will depend on whether the box is bound to an Outlook property. See http://www.outlookcode.com/article.aspx?ID=38 "Greg" wrote in message ... Hi all I am trying to set up an email forms I have a drop down box with IC and MC as the option what I am after is when IC is select the Recipient (to) box will default to a specific email address and then when MC is selected that it defaults to a diffent email address. Any help would be greatful I have spent hours trying to work this out Thanks Greg |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| outlook forms | pharvey | Outlook - Using Forms | 1 | February 13th 08 03:22 PM |
| Restore Forms in Standard Forms Library | Wayne | Outlook - Using Forms | 1 | April 5th 07 12:06 AM |
| Creating Organizational Forms Library & Publish Forms | akafrog18 | Outlook - Using Forms | 1 | August 1st 06 04:26 PM |
| Outlook 2003 - Forms Icon On toolbar doesn't list any forms | Kim.in.Denver | Outlook - Using Forms | 8 | July 28th 06 04:35 PM |
| Email Message Forms in Personal Forms Library | Debbie Hadsel | Outlook - Using Forms | 4 | May 30th 06 06:11 PM |