Saving Text Boxes

  • Thread starter Thread starter eschlep via AccessMonster.com
  • Start date Start date
E

eschlep via AccessMonster.com

Is it possible to have a rather large textbox in a form and then
automatically save the contents into a word document. Or so it saves it as a
word document when you click on a command button. Thanks.
 
eschlep said:
Is it possible to have a rather large textbox in a form and then
automatically save the contents into a word document. Or so it saves it as a
word document when you click on a command button. Thanks.
sure. assign the contents to a variable, open an instance of Word,
open a new document. set the Contents property of the document to the
variable. save the file.
 

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