Numbering problems
I am working on very intricate templates wherein I take data from an Access 2010 database and merge it into Word. Some of the paragraphs in the template are dependent upon the presence or absence of data, true/false boxes, or the value of data. All of the paragraphs are numbered, and I need to keep the numbering. However, when I insert dependent paragraphs it throws off my numbering. Word either removes the previous paragraphs number or fails to number the dependent paragraph. I have tried everything I can think of: individual formatting of the merge fields using right click after insertion of the merge statement, number formatting prior to inserting the merge statement, highlighting all text after inserting the merge statement and selecting the numbering from the tool bar, and many other options. Here is an example of what I have:
1. Random text.{IF {MERGEFIELD Random} = "True" "
dependent text" ""}
If I start a new paragraph prior to inserting the merge statement, the next paragraph and previous paragraph are numbered, but even when the dependent text does not appear an extra numbered line still appears. Any help would be greatly appreciated.
|