Hi Guys,
Thanks for the quick responses. Unfortunately my situation isn't as
simple
as I made it sound. The document I have is a page full of pictures and
descriptions of many of the products we sell. Each one has a small
section
for the qty ordered to be shown - this is my merge field.
Because there are many products on the page, and the source of the data
is
dynamic (hence I can't predict what order the products will be listed
in) I
have used an {IF} statement to match the product code in the data source
with
the code of the product on the page, eg:
{IF {MERGEFIELD prod_code} = "Product1" "{MERGEFIELD prod_qty}" ""}
This works perfectly, it brings across the right quantities and it's all
perfect. Only problem is that I get a new page for every product that's
in
the source data - I want them all on the one page.
Does this shed any light on the situation?
Thanks.
:
Change the merge document type from letter to directory/catalog.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site
www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Scruft wrote:
Hello,
I have a one-page document that uses a source with multiple records,
but I want the results all to be shown on the one document when it's
merged, rather than a new page for every record.
Does anyone have a suggestion on doing this?
Thanks.