Yes it does show this. It won't copy and paste onto here but it shows
{ NEXTIF { MERGEFIELD Problem_Description } <> "" }
In this Word document I have 11 rows that can be merged. I need to
find out how to make an append query that will append a variable number
of blank rows up to 11 where it needs to be the information from the
first row. What I was looking at is to make a query that counts the
number of rows and use that number to create the other query to append
my blank rows and another one to append the first row's information. I
wish there was an easier way to do this but it looks like there no way
to get around this. I hope you can help me.
Thank you.
Given that your data is in an Access database, you should be using an Access
Report, not mailmerge.
Word does NOT have the ability to merge multiple items for a single
condition.
See the "Group Multiple items for a single condition" item on fellow MVP
Cindy Meister's website at
http://homepage.swissonline.ch/cindymeister/mergfaq1.htm#DBPic
Or take a look at the following Knowledge Base Articles
http://support.microsoft.com/default.aspx?scid=kb;en-us;302665
http://support.microsoft.com/default.aspx?scid=kb;en-us;294686
But if I were you, I would use an Access Report!

Signature
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
> Yes it does show this. It won't copy and paste onto here but it shows
>
[quoted text clipped - 10 lines]
>
> Thank you.
jasonrbaxter@gmail.com - 20 Jan 2006 14:45 GMT
How would you make a report that has multiple conditions on one page.
I got it to put it on multiple pages but that's not what I want.
Thank you
Doug Robbins - Word MVP - 20 Jan 2006 20:55 GMT
You use grouping in the report design with the single item plus the text
associated with it in the group header, and the multiple items in the detail
section of the report and any closing text in connection with the single in
the group footer.

Signature
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
> How would you make a report that has multiple conditions on one page.
> I got it to put it on multiple pages but that's not what I want.
>
> Thank you
jasonrbaxter@gmail.com - 08 Feb 2006 17:22 GMT
Could someone go into more detail on how to put for example if you had
this data
RCA#: _ «RCA»_____________________
(Format: RCAyymmdd-abcnn, where abc=tech initials, nn=number counter)
ROOT CAUSE ANALYSIS
Date:_«Date» (INV/Pallet#:_«INVPallet» )
Tech Name:_«Tech_Name» (Batch#:_«Batch» )
Equipment/Device:_«Equipment_Type»
· Model Number:_«Model_Number»
· Serial Number: _«Serial_Number»
· (Equip #:_«Equipment_Number» )
User: _«User» Phone: _«User_Phone»
· Building:_«Building»
· Room/Cube Number:_«RoomCube_Number»
PROBLEM TYPE:
«Problem_Type»
Troubleshooting
No. Step
«Problem_Description»
«Steps_to_Complete»
«Problem_Description»
«Steps_to_Complete»
«Problem_Description»
«Steps_to_Complete»
«Problem_Description»
«Steps_to_Complete»
«Problem_Description»
«Steps_to_Complete»
«Problem_Description»
«Steps_to_Complete»
RESOLUTION:
Unit was: _«Resolution_Fixed__Replaced»_____________________
· Number:_«Resolution»
Still pending? _«Resolution_Pending»____________
«Resolution_Pending_Detail»
There is the Equipment table and Problem table.
The Problem table has: Problem Description and Resolution along with
the foreign key from Equipment
I'm not quite understanding how to use grouping in the design view of
reports and how to connect the multiple fields together without getting
multiple pages if I have more than one problem.
Thank you in advance
jasonrbaxter@gmail.com - 08 Feb 2006 18:30 GMT
I figured it out.
Thank you for all your previous help
jasonrbaxter@gmail.com - 08 Feb 2006 19:11 GMT
Never mind, I figured it out
Thank you for all your help in the past.