Frans
|
| Posted: 10/09/2002, 4:36 AM |
|
Hello,
Who has merged data from the database to MSword. I'want to search and Order the records by Postal Code and then print labels in batches. (common function to Msaccess and Msword). Label type = 3 horizontal and 8 vertical. I'm using php and Mysql with about 2000 adres records That's about 84 pages of labels.
Thanks
|
|
|
 |
xbill
|
| Posted: 10/09/2002, 9:00 AM |
|
You don't really need codecharge to do
this. All you need to do is connect the
MySQL database with the records up to
MS Word.
With MySQL- get the MyODBC ODBC driver
from the mysql site.
Configure a MySQL ODBC source (like the
one you use on the design time under CCS
project preferences)- and then hook this
ODBC source up to Word.
In Word -you use the mail-merge with the
MySQL ODBC datasource to generate the labels
and then print them using standard word
options.
-bill
|
|
|
 |
Yogi Stum
|
| Posted: 01/20/2003, 2:23 PM |
|
and is their another way if the web user is using something other than word
|
|
|
 |
|