Displaying value of task subject field as values from two custom fields

Status
Not open for further replies.
This is what I've been trying to do. I have two custom tasks field. I'll call them [Field A] and [Field B] for simplicity.

I want the value of the "subject" field in tasks to display the values of both [Field A] and [Field B]. There's no mathematical calculation involved.

For e.g.

[Field A] = Description

[Field B] = 10

The automatically calculated value should be:

[Subject] = Description 10

This is the formula I tried:

Set initial value of this field (Subject) to [Field A] AND [Field B].

Outlook calculates the value to -1. I'm not really familiar with operands (only knowing something of their name exists); would be thankful if someone could help me out with this hopefully simple problem.

Happy Boxing Day!

Jay
 
For anyone who's wondering, I found out what went wrong. My fields A & B were marked as values, not text. Changing it solved the problem.
 
oh, solved... ) seen when posted ))
>

bad eng, sorry!

as I made the same task for custom form (calendar item frm, olk2003):

1. create new field TEXT type (on hidden frm tab), name = SummaryString

1.1 prop, value tab/ set init val, formula field, as my case =

[DocOutSUMM]-[PaymentCurrency] / [CntName] / [PaymentOK]

there's not calculation, only concatenate all fiels and chars, like:

"1000-USD / John / NotYet"

1.2 radio-swich set to "calculate automatic"

2. set for Subject (system)field:

on form/subj rhtclick/properties-value tab/value/initial field value PASTE= [SummaryString]

2.1 radio-swich set to "calculate automatic"

as result, subj/result field will fill automatic,

but no changes by hand will be saved, in table view, and

when open frm - field grey/read only.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
S Displaying Date Value In Formula Outlook VBA and Custom Forms 6
HappyDaddy007 "Size" on field chooser/column displaying incorrect value Using Outlook 3
S Displaying the Remind Beforehand Value in Calendar List View Using Outlook 2
J ol2021 custom form not displaying pics Outlook VBA and Custom Forms 37
L Images not displaying in emails sent to self Using Outlook 2
J custom form not displaying pictures Outlook VBA and Custom Forms 7
L Email with correct To address but displaying name of a related person Using Outlook 0
C Changed By field not displaying individual user's name in O365 Shared Mailbox Using Outlook 9
Y Outlook not displaying all imap emails Using Outlook 5
N Signature displaying incorrectly in email Using Outlook 1
S Show Total Number Of Items Not Displaying Using Outlook 9
J Subject Field is displaying Name and company Outlook VBA and Custom Forms 1
M Contacts list not displaying Using Outlook 10
V Not displaying newest messages in Inbox Using Outlook 10
C Unread email count not displaying on Inbox sub-folders Using Outlook 0
Diane Poremsky Displaying a Picture on a Contact Using Outlook 0
N Outlook Forms Not Displaying Outlook VBA and Custom Forms 6
K Outlook 2010 form is displaying old form layout Using Outlook 3
C Displaying Profile Pictures in Outlook 2010 Using Outlook 3
S Custom Outlook Form 2013 Displaying fields incorrectly Outlook VBA and Custom Forms 1
T Displaying Shortcuts in Outlook 2010 Using Outlook 7
Digitally Hip Outlook 2010 (32) and Exchange 2010 (sp3) sender info not displaying in Outlook Using Outlook 1
N Grid Lines Not Displaying - Outlook 2013 Using Outlook 3
Sarge USMC Outlook 13 not displaying POP inbound emails Using Outlook 12
W Outlook 2010 - Displaying Private Appointments In Shared Calendars Using Outlook 1
G Outlook Intermittent Issue with Drafts not Displaying Entire Content Using Outlook 4
M View in browser stopped displaying .GIFs in Outlook 2010 Using Outlook 1
T To: and Cc: not displaying when forwarding/replying to .eml files Using Outlook 4
E BCM Contacts & Accounts not displaying correctly BCM (Business Contact Manager) 2
wallisellener Marketing and Project Management field are not displaying BCM (Business Contact Manager) 2
R Outlook 2007 not displaying embedded images in emails Using Outlook 1
S Holidays after 2012 & NOT displaying location Using Outlook 8
J Remove location field from displaying Using Outlook 8
O Exchange 2003 displaying HTML emails as having attachments Exchange Server Administration 7
B Sent Items Not Displaying in Outlook 2010 Client Using Outlook 2
V Outlook 2007-Tasks not displaying in calendar Using Outlook 4
S Outlook 2007: Shared Tasks not displaying on my To-Do Bar Using Outlook 8
K Outlook 32-bit Connector and Outlook not displaying the folders Using Outlook.com accounts in Outlook 10
T VSTO Outlook add-in: Categories not displaying correctly Outlook VBA and Custom Forms 3
I Displaying my Online/Offline Status BCM (Business Contact Manager) 2
R Displaying a field from the field chooser programmatically Outlook VBA and Custom Forms 1
W Displaying custom properties of a PDF DocumentItem Outlook VBA and Custom Forms 3
L Deleted items not displaying in outlook Using Outlook 2
S Olk2003 displaying an error message Outlook VBA and Custom Forms 6
J Suppliers in Accounting 2009 not displaying in BCM BCM (Business Contact Manager) 2
M copy field value to custom field Outlook VBA and Custom Forms 0
J VBA Cannot programmatically input or change Value for User Defined field Using Outlook 1
V Why is "Value Required" checkbox greyed out for Dates? Outlook VBA and Custom Forms 2
Z Add ComboBox Value to Body of Email Outlook VBA and Custom Forms 1
S User Defined Fields adding new value (2) Using Outlook 0

Similar threads

Back
Top