A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Outlook forms



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 14th 06, 08:00 PM posted to microsoft.public.outlook.program_forms
BATBOI
external usenet poster
 
Posts: 2
Default Outlook forms

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  
Old August 14th 06, 08:23 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook forms

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  
Old August 14th 06, 08:47 PM posted to microsoft.public.outlook.program_forms
BATBOI
external usenet poster
 
Posts: 2
Default Outlook forms

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  
Old August 14th 06, 11:07 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook forms

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 07:04 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-2025 Outlook Banter.
The comments are property of their posters.