Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mail Merge using Excel Input with sequence numbers 2

Status
Not open for further replies.

Predator98

Programmer
Joined
Nov 5, 2008
Messages
35
Location
US
I have a spreadsheet of demographic information for individuals and families. Each person's information is on a separate row. Each row contains a sequencing number. If it is a three member family (male spouse, female spouse, child) this would show as three separate rows but would have the same sequence number (ex. '1').

Using mail merge I would like to group all like sequence numbered data onto one page. Is this possible without having to create a macro?

If you don't think you can do somethin' it's purty near a cinch you ain't gonna! [cheers]
 
Hi,

I don't think that Word is designed to do what you want.

Consider running from Excel, where you can turn on the AutoFilter and loop thru each of your indexes, filtering them one at a time, for instance.

Other more complex options are possible as well.

Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Hi,

It is definitely possible but not easy, as it requires quite some work in the coding associated with the MERGEFIELDS.

I used it to print invoices for customers where each line item was a merge record, so we only wanted to change page on a change of customer. I think this is similar to what you are wanting.

Try these pages:


Also try;

and also


Good Luck!
Peter Moran
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top