Hi Cindy. Thanks for replying. Okay this may be a little bit long but I will
explain further. First we are using WORD 2003. The letters we are sending out
are to students who have some missing credentials that the school needs. So
every night there are data files (text files) that get produced with the
students data in them. At the end of each record is the missing credential
information. A student can have more than 1 missing credential. If that is
the case the student has multiple records in the data file. The only
difference on each record would be the next missing credential data that is
needed.
The person that set this up for us is gone so I can't contact them on it.
The way they set it up is we have the basic text of the letter with
MERGEFIELDS inserted for the fields from the data file. At the very top of
the letter is the WORD code of:
{ If {MERGESEQ} = "1" " (the text of the letter follows)........
At the bottom of page 1 of the letter the WORD code is:
{ SET Place1 { =ID+Application_Number} }
{ If { Place2 } <> { Place1 }
Then comes the signature and title
Now on the 2nd page of this letter is the exact same text and mergefields,
EXCEPT it does not have the { If {MERGESEQ} = "1" " part at the top.
And at the very end of code is:
{ SET Place2 { =ID+Application_Number} }
But now there is no signature and title at the bottom of this page.
I merged this as a letter and the last record still does not have the
signature and title on it. Also if you merge this as a letter, if a student
has more than 1 record in the data file (1 for each missing credential that
is needed), then what happens is each missing credential text appears on a
separate page. So if a student has 3 missing credentials then their letter
would be 3 pages and page 2 and 3 would only have one line of text on it. So
this is why we have to merge it as a directory.
I hope I explained everything well enough. It would be easier just to send
you the actual letter, but then if someone else is experiencing this problem
they wouldn't be able to look at the letter. Thanks.