Thread: Outlook forms
View Single Post
  #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

Ads