My company’s using Word 2002. VBA is not possible to use for this merge so Word fields are my only choices.
The four database fields are: CH1 CH2 CH3 CH4 CH5 CH6 and each may or may not hold a child’s name in the data stream.
How is a nested IF statement written to verify that only one of the fields contain data? This is used in determining if “child” or “children” display in the merged document. If only one name out of six has data, “child” displays on form. If more than one name (or all names) have data, “ren” displays on form immediately following “child” for “children”.
To restate, if only one name out of six has data, do nothing because “child” will already be in form. If more than one name has data, add “ren” to the end of “child”.
I’ve tried several combinations of nested IF statements but with no success. Have also searched forum for answers but didn’t see anything specific to this question.
Thanks for the help!
Charlie
charlie6067