This information was provided by Claris Corporation on 16 March 1998, and incorporated into Apple Computer's Tech Info Library.
IF(ISBLANK('FirstName'),"",'FirstName'&"^") & 'LastName'
In this formula, type a space where you see the caret (^). Set the calculation to result in Text.
Go back to your form letter and remove the FirstName and LastName fields. Place the FullName field in their place.
2. If a field has more than one line worth of text, it will truncate (cut off) at the end of the line.
An example of a field with more than one line of text:
Memo field (text) "Hello to all good people of the republic. Thank you for your support of my campaign for election."
Merge document:
<<Memo>>
Result:
Hello to all good people of the republic. Thank you for your support of my campaign for
Notice the word "election." is cut off and does not wrap to the next line.
Work Around:
None known at this time. You need to limit text in a field to no more than one line of text. Returns in a field are ignored and will not create a new line.
3. A field used in a line with text before the merge field causes the field to drop to the next line. The text over one line is still cut off.
An example of field dropping to the next line:
Product field (text) "textile equipment with optional quantity feeder"
Merge document:
We are glad to fill your order. We will be shipping your order of <<Product>> by the 15th of the month.
Result:
We are glad to fill your order. We will be shipping your order of
textile equipment with optional quantity feeder by the 15th of the month.
The entire contents of the field Product is moved to the next line. Wrapping of data within the field does not occur.
Work Around:
None known at this time. Text in a field cannot wrap to the next line so paragraph structure must not try to wrap data to a new line.