I am working on an ASP.Net application being coded in VB. We want to be able to open a template in MS-Word, either on the server or on the local machine, and then save the modified form to the server. The trick is that the modified form needs to be tied to a database record, so I'd like to use the current record number of the table as the name of the document, with the appropriate extension (e.g. 514.doc). When attempting to use code examples found on the Internet, I encounter problems creating an ActiveX component.
Again, this is an ASP application written in VB. I have placed a Hyperlink to the template on the form, which did prove to work. Is there a way I can pass the record number, as a variable, to MS-Word for when it saves the document?![Tongue Tied]()
Again, this is an ASP application written in VB. I have placed a Hyperlink to the template on the form, which did prove to work. Is there a way I can pass the record number, as a variable, to MS-Word for when it saves the document?
