
Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> I'm pretty sure the answer is already no, but I thought I'd ask...
>
[quoted text clipped - 35 lines]
>
> Heather
Yes, that would be the easy thing to do, wouldn't it? :)
Unfortunately, I'm looking at about 1700 columns of data per individual
record, and it's difficult to edit the csv file (don't have excel 2007
and looking at it in a text editor is pretty rough). We'll be getting
daily runs with about 100-300 records to print for about nine months of
the year.
Oh, well! Thanks for the suggestion!
Heather
> I would suggest that you do the validation on the data source before the
> merge.
[quoted text clipped - 4 lines]
> Please reply to the newsgroup unless you wish to avail yourself of my
> services on a paid consulting basis.
Doug Robbins - Word MVP - 02 Nov 2006 22:04 GMT
In that case, I think you are stuck with the If field construction.
Something else that you might consider however is getting the program that
creates the CSV file to replace 1 instead of FN and 0 for the not FN case,
or opening the .CSV file and using edit replace to replace FN with 1 and not
FN with 0 and then use an If field construction on an {= } field that added
all of the mergefields that you want to test together so that if the total
was >0 you the { includetext } would be inserted.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Yes, that would be the easy thing to do, wouldn't it? :)
>
[quoted text clipped - 16 lines]
>> Please reply to the newsgroup unless you wish to avail yourself of my
>> services on a paid consulting basis.
Heather - 03 Nov 2006 00:13 GMT
There's an idea...maybe after the go-live for the software is
completed. Thanks for the tip!
Heather
> In that case, I think you are stuck with the If field construction.
>
[quoted text clipped - 4 lines]
> all of the mergefields that you want to test together so that if the total
> was >0 you the { includetext } would be inserted.
Graham Mayor - 03 Nov 2006 06:18 GMT
You can do something very much like that already using calculations in
fields without changing the value - see the section Testing for a value in
one of several fields. at http://www.gmayor.com/formatting_word_fields.htm

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> There's an idea...maybe after the go-live for the software is
> completed. Thanks for the tip!
[quoted text clipped - 10 lines]
>> you want to test together so that if the total was >0 you the {
>> includetext } would be inserted.