If Access can only total 255 fields and the mail merge requires more than that many fields.
What way is the best way to get that merged with winword. When I create a query of the information i want to use for windows to
merge it errors out. My main purpose is just to merge information into word from access or from any type of file into
word.thanksjonathanJoin the world?s largest e-mail service with MSN Hotmail. Click Here
Use sql2000...or, break the input fields into acceptable 255-field chunks
and include a record key for this. Then, enter multiple rows per record into
the table - query them using multiple select's of ID, ID+1, ID+2...ID+n and
recombine them at the end for your output row.
tom mallard
seattle
-----Original Message-----
From: Jonathan Marshall [mailto:jdmarsh2g@h...]
Sent: Tuesday, September 24, 2002 7:47 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Tom Mallard Mail merge
If Access can only total 255 fields and the mail merge requires more than
that many fields.
What way is the best way to get that merged with winword. When I create a
query of the information i want to use for windows to merge it errors out.
My main purpose is just to merge information into word from access or from
any type of file into word.thanksjonathanJoin the world?s largest e-mail
service with MSN Hotmail. Click Here
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20