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

Subject field type change?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 19th 07, 12:00 AM posted to microsoft.public.outlook.program_forms
MHull69
external usenet poster
 
Posts: 3
Default Subject field type change?

I want the subject of a custom form to be a combination type. How do I (can
I) change the field type to combination, so that I can enter the formula?

Thanks
M
Ads
  #2  
Old January 19th 07, 01:00 AM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Subject field type change?

You can't change the data type for any standard field. What you can do is set a formula for the control that shows the Subject property.

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

"MHull69" wrote in message ...
I want the subject of a custom form to be a combination type. How do I (can
I) change the field type to combination, so that I can enter the formula?

Thanks
M

  #3  
Old January 19th 07, 09:30 PM posted to microsoft.public.outlook.program_forms
MHull69
external usenet poster
 
Posts: 3
Default Subject field type change?

Sue, I must be doing something wrong. Can you tell me the syntax you used to
make that work? Thanks so much. Michelle

"Sue Mosher [MVP-Outlook]" wrote:

You can't change the data type for any standard field. What you can do is set a formula for the control that shows the Subject property.

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

"MHull69" wrote in message ...
I want the subject of a custom form to be a combination type. How do I (can
I) change the field type to combination, so that I can enter the formula?

Thanks
M


  #4  
Old January 19th 07, 09:45 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Subject field type change?

This formula would combine the values from two custom fields on the item:

[Field1] & " - " & [Field2]

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

"MHull69" wrote in message ...
Sue, I must be doing something wrong. Can you tell me the syntax you used to
make that work? Thanks so much. Michelle

"Sue Mosher [MVP-Outlook]" wrote:

You can't change the data type for any standard field. What you can do is set a formula for the control that shows the Subject property.

"MHull69" wrote in message ...
I want the subject of a custom form to be a combination type. How do I (can
I) change the field type to combination, so that I can enter the formula?

Thanks
M


  #5  
Old January 19th 07, 10:07 PM posted to microsoft.public.outlook.program_forms
MHull69
external usenet poster
 
Posts: 3
Default Subject field type change?

That's what I did. In the value box, I typed
[Field1]&[Field2]

Then I tried [Subject]=[Field1]&[Field2]

And I tried =[Field1]&[Field2]

None worked.

I also tried changing the settings on the value tab to set the initial value
of this field to, and the different radial buttons: calculate automatically,
and calculate when I compose a new form

"Sue Mosher [MVP-Outlook]" wrote:

This formula would combine the values from two custom fields on the item:

[Field1] & " - " & [Field2]

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

"MHull69" wrote in message ...
Sue, I must be doing something wrong. Can you tell me the syntax you used to
make that work? Thanks so much. Michelle

"Sue Mosher [MVP-Outlook]" wrote:

You can't change the data type for any standard field. What you can do is set a formula for the control that shows the Subject property.

"MHull69" wrote in message ...
I want the subject of a custom form to be a combination type. How do I (can
I) change the field type to combination, so that I can enter the formula?

Thanks
M


  #6  
Old January 19th 07, 10:14 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Subject field type change?

Instead of typing, you might want to try using the Edit button and choosing the fields from the field list. That helps avoid any typos.

Just setting an initial value won't help you, since the custom fields will be blank when the item first opens (unless you set values for them when you designed the form).

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

"MHull69" wrote in message ...
That's what I did. In the value box, I typed
[Field1]&[Field2]

Then I tried [Subject]=[Field1]&[Field2]

And I tried =[Field1]&[Field2]

None worked.

I also tried changing the settings on the value tab to set the initial value
of this field to, and the different radial buttons: calculate automatically,
and calculate when I compose a new form

"Sue Mosher [MVP-Outlook]" wrote:

This formula would combine the values from two custom fields on the item:

[Field1] & " - " & [Field2]



"MHull69" wrote in message ...
Sue, I must be doing something wrong. Can you tell me the syntax you used to
make that work? Thanks so much. Michelle

"Sue Mosher [MVP-Outlook]" wrote:

You can't change the data type for any standard field. What you can do is set a formula for the control that shows the Subject property.

"MHull69" wrote in message ...
I want the subject of a custom form to be a combination type. How do I (can
I) change the field type to combination, so that I can enter the formula?

Thanks
M


 




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
Changing field type in Contacts Judy Gleeson \(MVP Outlook\) Outlook - Using Forms 1 December 20th 06 01:33 PM
How to change the text color of the subject field of an appointmen jonathanrp Outlook - Calandaring 1 October 12th 06 01:52 PM
why won't addresses autofill as I type them in the address field Frustrated Outlook - Using Contacts 12 May 31st 06 05:00 PM
Edit Subject Field Meeme Outlook - Calandaring 2 April 18th 06 02:59 PM
Change advanced find to 'subject field and message body' ©® Outlook - General Queries 0 February 23rd 06 03:57 PM


All times are GMT +1. The time now is 09:03 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.