Printing a Word document

  • Thread starter Thread starter vicsalt
  • Start date Start date
V

vicsalt

Please could you help
I am creating a database and I have a lot of word documents which i need to
print. Currently a have done this using a link which works fine but
obviously takes time as it has to load word then the document then the
operator has to print it.

Is there a better way, all i need to do is print the document, I dont want
to recreate the document within access as it not that sort of record.

Is there better options, like saving the document in a differant format
which could be displayed within access. I may be talking rubbish

Thanks for reading
 
automate Word.
open the doc(rs.Fields(strDoc))
print it out
close it
move to the next record.
close the recordset
close the word connection,
quit word..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top