The problem is that lines are being displaced
horizontally down, depending on whether data is present
in a line above. For instance, on the form (there are
two identical forms per 8x11 sheet, one atop another),
there is a place to enter "State Tax Withheld." Its
field is at the very bottom of the form. If the first
set of data has no entry for that item (depending on the
particular individual's distribution of money, there may
or may not be state tax withheld), my form correctly
places the data for the second form on that page.
However, if the data for the second form has an entry
for "state tax withheld," then I find that the data on
the next generated document is displaced from the top,
etc.
There are about nine fields filled in on each form.
Three of these may or may not contain data from one form
to the next. When you combine all the different
combinations, the effect on spacing throughout the mail
merge is almost impossible to analyze --- to zero in on
what change is causing what effect.
>-----Original Message-----
>Hi Richard,
[quoted text clipped - 30 lines]
>
>.
Peter Jamieson - 27 Jan 2004 12:43 GMT
There are two main possibilities here:
a. Are these fields ever on a line by themselves? If so, when the fields
are empty the lines will be removed. In Word 2002 the option for changing
this behaviour is not available from the mail merge wizard or toolbar, so to
change the behaviour you probably need to use Tools|Customize to get the old
option back -
Tools|Customize|Commands, select category All Commands, locate
MailMergehelper out to a toolbar. Close the Customizeialog, then use the
Merge button in the Helper to check "Print blank lines when data fields are
empty".
Alternatively, you may be able to do something like add some blank space to
the line (so that there is something other than the empty field)
b. the merge is using NEXT/NEXTIF fields to process a variable number of
data records for each form, e.g. if there are multiple rows and sometimes a
person needs 0 and sometimes 4. If you followed some of the examples (e.g.
in the Microsoft Knowledge Base) on how to handle variable numbers of
records per "item", then you will need to adapt their examples because they
tend to assume that you only want the lines that have some data in them,
whereas you need a line end for each line which /might/ appear.
--
Peter Jamieson - Word MVP
Word MVP web site http://word.mvps.org/
> The problem is that lines are being displaced
> horizontally down, depending on whether data is present
[quoted text clipped - 63 lines]
> >
> >.