C
Craig
I want to create a mail merge letter. It will only print one letter
page but be in a format something like this example below. The
important aspects are that it will have to merge the address and name
info in the letter but also merge a list of students. The number of
students in the list is arbitrary and may be between 5-500.
Any idea on how to set up something like this?
<<Address>>
<<State>>
Dear <<Name>>,
This is the list of students in your class this year.
<<StudentFirstName>> <<StudentLastName>> <<Subject>>
<<StudentFirstName>> <<StudentLastName>> <<Subject>>
<<StudentFirstName>> <<StudentLastName>> <<Subject>>
<<StudentFirstName>> <<StudentLastName>> <<Subject>>
Sincerely,
<<FromName>>
page but be in a format something like this example below. The
important aspects are that it will have to merge the address and name
info in the letter but also merge a list of students. The number of
students in the list is arbitrary and may be between 5-500.
Any idea on how to set up something like this?
<<Address>>
<<State>>
Dear <<Name>>,
This is the list of students in your class this year.
<<StudentFirstName>> <<StudentLastName>> <<Subject>>
<<StudentFirstName>> <<StudentLastName>> <<Subject>>
<<StudentFirstName>> <<StudentLastName>> <<Subject>>
<<StudentFirstName>> <<StudentLastName>> <<Subject>>
Sincerely,
<<FromName>>