View Single Post
  #4   Report Post  
.:mmac:.
 
Posts: n/a
Default

sorry for the delay,

This is the field content:

DATABASE \d "C:\\My Docs\\100 Numbers.csv" \c "" \s "SELECT * FROM C:\\My
Docs\\100 Numbers.csv" \h

I am just trying to put a sequential number on each card. the number will be
in barcode format (ITF) which requires a translation first. I do the
translation in excel and export the results to csv. Then I want to put line
one on card one, line two on card two etc.
but all the numbers that will fit end up on the same page (card).
this has to be page formatting doesn't it?
I'm using Word 2003

"Peter Jamieson" wrote in message
...
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.