Reports with Word
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
In a form in MS Access, I'm going to have numerous checkboxes...that when clicked on, populate a text body. Each checkbox points to a table that contains numerous paragraphs. So ideally, when each box is checked, its corresponding paragraph populates a text body. After all of the desired boxes are checked, the text body should have numerous paragraphs inside it. I want to be able to export this text body to a Word document, and save it as a specified file name. What would be the best way to go about this? I have a pretty good idea how to populate the text body using the database, but am alittle befuddled on how to export the data to Word. Thanks.