Gerating multiple Word documents

P

Peter Kinsman

I have an Access database that reads print records from an AS/400 and uses
them to generate a number of invoices as separate Word documents. Each page
needs to have an image of the invoice original form inserted before the text
lines are overlaid. If I use Access 2003, all is well but if I use Access
2000, the process halts part way through - I can only guess from lack of
garbage collection each time a document is closed and another created. I
tried clooapsing the document after it had been saved, but that left a lot
of ~documents at the end.

Does anyone have any suggestions please?

Many thanks

Peter Kinsman
 
P

Peter Kinsman

I am using different versions of Office, so Access 2000 will generate Word
2000 documents, and Access 2003 generates Word 2003 documents.

Peter
 
A

Arvin Meyer

Peter Kinsman said:
I am using different versions of Office, so Access 2000 will generate Word
2000 documents, and Access 2003 generates Word 2003 documents.

Not necessarily. Only a single version of each of the Office programs may be
registered as the default file type for that application. Generally, it's
the last version installed.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access Downloads
http://www.datastrat.com
http://www.mvps.org/access
 
Top