Well, in order to group the data in Word so that all the answers to
question 1 are grouped together, and so on, you really need the sheet to
be the other way around. However, if there are a lot of answers, even
doing that will not work as a Mailmerge data source because Word can
only "see" a maximum of 255 columns (or 127, I forget which right now)
In other words, I think what you "really" have is something like
q1 q2 q3 ...
q1answer1 q1answer1 q1answer1 ...
q1answer2 q2answer2 q3answer2 ...
q1answer3 q2answer3 q3answer3 ...
q1answer4 q2answer4 q3answer4 ...
..
..
Whereas to mailmerge in the way that you want, what you really need is
either something more like
question answer1 answer2 answer3 answer4
q1 q1answer1 q1answer2 q1answer3 q1answer4
q2 q2answer1 q2answer2 q2answer3 q2answer4
q3 q3answer1 q3answer2 q3answer3 q3answer4
..
..
..
or a single column containing
q1
q1answer1
q1answer2
q1answer3
q1answer4
q2
q2answer1
q2answer2
q2answer3
..
..
..
I think you could achieve either of these structures in Excel. e.g.,
As long as you do not have too many rows, you could transpose the data
in Excel and add the new header row (i.e.
question answer1 answer2 answer3 answer4
to give you the first layout.
Then you would still do a Directory merge, but with layout2 you would
have to add some stuff to get the page breaks between each question (if
that's what you want).
I'm not sure how to get the second layout and have to dash right now, so
maybe you could think about how to do that in Excel.
Alternatively, even with your original layout you could consider
inserting 15 database fields or Linked objects, each containing the data
from each column. But whether you can do tht successfully depends on
what else you need in your document and how much control you want over
the layout.
Peter Jamieson
http://tips.pjmsn.me.uk