View Single Post
  #2   Report Post  
Peter Jamieson
 
Posts: n/a
Default

Can you please tell us
a. which version of Word you are using
b. what fields and text are in the first cell (or "card") of your mail
merge main document
c. what fields and text are in the subsequent cells (or "card") of your
mail merge main document?

For (b) and (c), use Alt-F9 to show the fields in their {} format, e.g. {
MERGEFIELD whatever }

Peter Jamieson

".:mmac:." lost@sea wrote in message
...
I am trying to print business card sixed stock on a card printer and I want
a sequestial number on each one.
I created a database field and it reads the database fine but instead of
printing on field on each card, it prints the first card as formatted and
the read are fill of the data fields.
i.e.

card one:
----------------------------------
this card contains this number
1234567890
this card is for the use of
blah blah blah
-----------------------------------
the rest of the cards look like this.
-----------------------------------
1234567891
1234567892
1234567893
1234567894
1234567895
-----------------------------------

I want the text to repeat and the number to increment.
note that I can't use the number itself, I have to use a database.
the number will be convertee to an ITF bar code font so it
has to be translated to a special code first.
But I haven't gotten that far yet.