View Single Post
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default mail merge: group

You are trying to perform a "multiple items per condition (=key field)"
mailmerge which Word does not really have the ability to do:

See the "Group Multiple items for a single condition" item on fellow MVP
Cindy Meister's website at

http://homepage.swissonline.ch/cindy...faq1.htm#DBPic


Or take a look at the following Knowledge Base Article

http://support.microsoft.com/default...b;en-us;211303

or at

http://cornell.veplan.net/article.aspx?&a=3815


--
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

"Ann" wrote in message
...
I have a letter that wants to send out login information for parents to our
web access.

In the letter, most fields is for the parent, but we also needs to list
the
students names of the family.

the data source excel file generated from our student information system
is
all based on student information.
For example, this file is generated for a family with 3 students. all are
the same, only student_ID and student name are diferent
student1_ID,student1name, parent name, username, password, familyID
student2_ID, student2name,parent name, username, password, familyID.
student3_ID, student3name,parent name, username, password, familyID.
In the mail merge word document,

I will list something like:

Students: student1name, student1name,student3name
Parent name: Username, login.

Can word use this data source to do word merge, I mean it seems I need to
group by familyID, then pull the information, I know I can do this in
crystal
report, but cannot figure out a way to do it in word.
Is that correct?

Thanks