Hi, Experts!
I'm an inexperienced CR user and this is my debut on your forum.
In version 8.5 I'm trying to create a form letter which uses 3 linked tables.
A heading will print on every letter (current date, name, address, subject lines, greeting and opening sentences).
The heading will be followed by the section I'm having trouble with. This section uses a file in which each record contains logical fields A - Z.
Suppose the first record's logical field values are: field RecA = true, field RecB = false, Field RecC = true and the remaining logical field values are all false.
I want to print the string associated with a true value in field RecA, skip 2 lines, print the string associated with a true value in field RecC, skip 2 lines and then end the form letter with another section that appears on each letter (closing text, name, title, phone number).
I've stored my string values in formula fields and I am able to get the strings to print for true values.
Here's what I don't know how to do:
1.) Suppress the blank lines for field values which are false and
2.) skip 2 lines after each line containing the string associated with true values
Too much or too little information?
Any help offered is appreciated.