<br>
We have created a MS Word template that the users use to create new documents (a questionnaire type of form). We locked the context of the template so that the users may enter data only into specified areas (fields) on the form.<br>
<br>
The user starts Word, asks for new document, she's prompted for the template and she selects the template we designed and starts typing (into the fields).<br>
<br>
Here's the twist...<br>
<br>
Some of the information that they enter into the form already exists in our database (customer information). The users don't want to enter the customer data since it already exists in the database. The question that I have is this:<br>
<br>
If I bring up the customer's record in a window within my VB application, can I somehow (via a command buttom) start a new Word document based on the above mentioned template AND feed that document the customer information from the open record?<br>
<br>
So basically three things:<br>
<br>
1. From my VB app, start Word<br>
2. Begin a new document based on a predefined template<br>
3. Feed data to the new document<br>
<br>
Any help will be greatly appreciated!<br>
<br>
Thanks
We have created a MS Word template that the users use to create new documents (a questionnaire type of form). We locked the context of the template so that the users may enter data only into specified areas (fields) on the form.<br>
<br>
The user starts Word, asks for new document, she's prompted for the template and she selects the template we designed and starts typing (into the fields).<br>
<br>
Here's the twist...<br>
<br>
Some of the information that they enter into the form already exists in our database (customer information). The users don't want to enter the customer data since it already exists in the database. The question that I have is this:<br>
<br>
If I bring up the customer's record in a window within my VB application, can I somehow (via a command buttom) start a new Word document based on the above mentioned template AND feed that document the customer information from the open record?<br>
<br>
So basically three things:<br>
<br>
1. From my VB app, start Word<br>
2. Begin a new document based on a predefined template<br>
3. Feed data to the new document<br>
<br>
Any help will be greatly appreciated!<br>
<br>
Thanks