![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Anyone:
Ok..so I'm very new to the Outlook form design feature. First of all I've tried to make changes to one of my current forms and when I got back into it, the changes have not been made...does anyone know why? Also, I'm trying to setup my form so that the Account Name field value is referenced in the subject line when the e-mail is sent out so it will read: "Value Assurance Referral - [Account Name]" Does anyone know how to do this? There must be a way, but I'm new and dumb to this. Please help... Thanks, Brent |
#2
|
|||
|
|||
![]()
As with any "document," you have to save your changes in some fashion. You didn't say what you did with the form after you made changes and before you "got back into it." The correct approaches would be to either save the form as an .oft file or publish it.
The quotation marks in this formula: "Value Assurance Referral - [Account Name]" cause the entire text between the quote marks to be treated as a string literal. If I understand you correctly, you want to combine text with a field value. The syntax for that would be: "the text - " & [field_name] the ampersand, &, being the text concatenation character. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "BATBOI" wrote in message oups.com... Anyone: Ok..so I'm very new to the Outlook form design feature. First of all I've tried to make changes to one of my current forms and when I got back into it, the changes have not been made...does anyone know why? Also, I'm trying to setup my form so that the Account Name field value is referenced in the subject line when the e-mail is sent out so it will read: "Value Assurance Referral - [Account Name]" Does anyone know how to do this? There must be a way, but I'm new and dumb to this. Please help... Thanks, Brent |
#3
|
|||
|
|||
![]()
The format that I sent you was just to show you what I was trying to
achieve. I don't know where I'm supposed to enter this code you sent me. Like I said, I'm very new. Thanks for your help thus far :-) Sue Mosher [MVP-Outlook] wrote: As with any "document," you have to save your changes in some fashion. You didn't say what you did with the form after you made changes and before you "got back into it." The correct approaches would be to either save the form as an .oft file or publish it. The quotation marks in this formula: "Value Assurance Referral - [Account Name]" cause the entire text between the quote marks to be treated as a string literal. If I understand you correctly, you want to combine text with a field value. The syntax for that would be: "the text - " & [field_name] the ampersand, &, being the text concatenation character. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "BATBOI" wrote in message oups.com... Anyone: Ok..so I'm very new to the Outlook form design feature. First of all I've tried to make changes to one of my current forms and when I got back into it, the changes have not been made...does anyone know why? Also, I'm trying to setup my form so that the Account Name field value is referenced in the subject line when the e-mail is sent out so it will read: "Value Assurance Referral - [Account Name]" Does anyone know how to do this? There must be a way, but I'm new and dumb to this. Please help... Thanks, Brent |
#4
|
|||
|
|||
![]()
What you showed was a formula. You enter a formula in the Properties dialog for the control that displays the field whose value you want to set, on that dialog's Value tab, at the bottom of the dialog. You'll want to set it to always calculate automatically, not just for initial values.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "BATBOI" wrote in message ups.com... The format that I sent you was just to show you what I was trying to achieve. I don't know where I'm supposed to enter this code you sent me. Like I said, I'm very new. Thanks for your help thus far :-) Sue Mosher [MVP-Outlook] wrote: As with any "document," you have to save your changes in some fashion. You didn't say what you did with the form after you made changes and before you "got back into it." The correct approaches would be to either save the form as an .oft file or publish it. The quotation marks in this formula: "Value Assurance Referral - [Account Name]" cause the entire text between the quote marks to be treated as a string literal. If I understand you correctly, you want to combine text with a field value. The syntax for that would be: "the text - " & [field_name] the ampersand, &, being the text concatenation character. "BATBOI" wrote in message oups.com... Anyone: Ok..so I'm very new to the Outlook form design feature. First of all I've tried to make changes to one of my current forms and when I got back into it, the changes have not been made...does anyone know why? Also, I'm trying to setup my form so that the Account Name field value is referenced in the subject line when the e-mail is sent out so it will read: "Value Assurance Referral - [Account Name]" Does anyone know how to do this? There must be a way, but I'm new and dumb to this. Please help... Thanks, Brent |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Creating Organizational Forms Library & Publish Forms | akafrog18 | Outlook - Using Forms | 1 | August 1st 06 05:26 PM |
Outlook 2003 - Forms Icon On toolbar doesn't list any forms | Kim.in.Denver | Outlook - Using Forms | 8 | July 28th 06 05:35 PM |
Outlook forms | hirka | Outlook - Using Forms | 1 | July 18th 06 11:30 PM |
Email Message Forms in Personal Forms Library | Debbie Hadsel | Outlook - Using Forms | 4 | May 30th 06 07:11 PM |
Outlook new forms | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 0 | February 6th 06 09:11 PM |