Populate field values from multiple notes forms to MS Word doc

How do you populate field values from several Notes forms to one Microsoft Word document over the Web?
We use LotusScript to write data out to MSWord files. Just save it with a ".doc" extension. You can get real creative by using a windows rich text type by including the proper rich text codes to get a nice format for the MSWord document. Microsoft has many references on the "rtf" document type to show you how to do this.

This was first published in April 2002