Gustav Brock
Gustav at cactus.dk
Fri Feb 11 10:33:34 CST 2005
Hi Bobby I use code, but the OCX control can be used as well - it is much easier too, and still way faster than the Word deroute. /gustav >>> bheid at appdevgrp.com 11-02-2005 17:03:17 >>> Gustav, I hadn't thought about that. I might look into that. Do you use a rich text box in access, then cut and paste? Or do you just build a string and paste? Thanks, Bobby -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock Sent: Friday, February 11, 2005 10:47 AM To: accessd at databaseadvisors.com Subject: Re: [AccessD] Semi OT - Word automation question. Hi Bobby To me two seconds sounds pretty fine for this; automation isn't that fast. However, if it is a simple document, you can write the rtf code directly to a text file which is blazingly fast. I created a routine for writing a catalogue file of 2.500 pages. It needs less than 45 seconds to write these and the file is only about 8 MB due to the very compact rtf code. /gustav --