> Sorry, I meant the MERGEFIELD fields you are using in Word, e.g.
>
[quoted text clipped - 47 lines]
> >> > Your
> >> > assistnace is appreciated.
This line should be removed if Condition_Concerns is blank
{MERGEFIELD Condition_Concerns\*Caps\b "Condition Concerns -"\*MERGEFORMAT
Is that what is actually happening?
For this one,
> {IF {A=Y "Runs & Shifts" " "} }
I guess you must be using something like
{ IF "{ MERGEFIELD A }" = "Y" "Runs & Shifts" "" }
You either need
{ IF "{ MERGEFIELD A }" = "Y" "Runs & Shifts
" "" }{ IF "{ MERGEFIELD B }" = "Y" "The next thing
" "" }and so on
or if you include a blank column called "blank" in your Excel sheet, you can
probably use
{ IF "{ MERGEFIELD A }" = "Y" "Runs & Shifts" "" }{ MERGEFIELD blank }
(because it takes a blank field on a line to suppress the line, and blanks
generated by IF fields "don't count"
Peter Jamieson
> Fields under Specification section are:
> {MERGEFIELD Condition_Concerns\*Caps\b "Condition Concerns -"\*MERGEFORMAT
[quoted text clipped - 66 lines]
>> >> > Your
>> >> > assistnace is appreciated.
Dvinechild - 31 Mar 2007 00:50 GMT
Peter, this is great information. We're getting warmer. I should have
clarified that there are 29 different columns of data that can feed into this
area, not just one out of 29. So, we could have a combination of usually up
to 5 different descriptions out of the possible 29. When setting up the form,
I'm trying to set each field and if there is data in any of the 29 data
fields that will populate. What it ends up looking like is something like
this:
Runs & Shift
Runs
Engine Seized
(notice the blank line where that data field did not have any data)
I'm looking to only have the data that applies appear and in consecutive
order with no blank lines.
(your previous formula is helpful though!)
If need be we can discuss offline and later post the answer.
> This line should be removed if Condition_Concerns is blank
>
[quoted text clipped - 96 lines]
> >> >> > Your
> >> >> > assistnace is appreciated.
Graham Mayor - 31 Mar 2007 06:42 GMT
If you put all the 29 conditional fields on the same line without a space
between them and use the format Peter suggested i.e.
{ IF "{ MERGEFIELD 1 }" = "Y" "Runs & Shifts
" "" }{ IF "{ MERGEFIELD 2 }" = "Y" "The next thing
" "" }and so on up to Mergefield 29!
then there should be no blank lines. The new line is only created when there
is a match.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Peter, this is great information. We're getting warmer. I should have
> clarified that there are 29 different columns of data that can feed
[quoted text clipped - 119 lines]
>>>>>>> Your
>>>>>>> assistnace is appreciated.
Dvinechild - 05 Apr 2007 20:26 GMT
Hi Again,
I seem to still be having some troubles with this. It's a bit more with
writing the correct formula and want to make sure that I need quotation marks
were stated below, and/or the term mergefield as shown. It hasn't quite
worked out correctly. If you know of online instructions as well, I'll be
more than happy to refer to those as well.
Justis
> If you put all the 29 conditional fields on the same line without a space
> between them and use the format Peter suggested i.e.
[quoted text clipped - 128 lines]
> >>>>>>> Your
> >>>>>>> assistnace is appreciated.
Peter Jamieson - 05 Apr 2007 23:52 GMT
Can you please show us what fields you have and what output you are hoping
to get?
Peter Jamieson
> Hi Again,
> I seem to still be having some troubles with this. It's a bit more with
[quoted text clipped - 138 lines]
>> >>>>>>> Your
>> >>>>>>> assistnace is appreciated.
Graham Mayor - 06 Apr 2007 06:17 GMT
Yes you need the quotes where they are shown; and the new lines where they
are shown. Enter everything from the keyboard using CTRL+F9 for the field
delimiter brackets {}. Change the numbers 1 to 29 for the names of the
appropriate fields. http://www.gmayor.com/formatting_word_fields.htm may
help, but equally may confuse you more.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Hi Again,
> I seem to still be having some troubles with this. It's a bit more
[quoted text clipped - 145 lines]
>>>>>>>>> Your
>>>>>>>>> assistnace is appreciated.