H
HSalim[MVP]
Hi
I have this idea of implementing what I think is a cool solution to a
problem. I am working with a VB form and want to launch a mail-merge for
one document.
I want to be able to give users a word template with a few pre-defined
fields
For example customerid, CustomerName, address1,....Fieldnnn.
Each User create his/her own mail-merge type "main" document and embed
one or more of the fields available to them. when done, they save it to a
predefined location. That is all they need to do for Setup
To print these documents:
I have a form - say an order form with a combobox listing available
documents.
user selects appropriate letter/document and hits a print button, and
it opens the word doc, passes in the required fields as parameters, prints
the document and returns control to the form.
This approach, if it is viable, allows
- Each users can format the letter as they want (They still have to follow
some guidelines)
- me to support their letter almost as soon as it is ready. ( I only have to
update the list of available reports. This too can be punted to the user in
the next step.)
So, how can I launch a word letter with parameters, and what sort of fields
would I use to support this?
Regards and seasons greeting to all
Habib
I have this idea of implementing what I think is a cool solution to a
problem. I am working with a VB form and want to launch a mail-merge for
one document.
I want to be able to give users a word template with a few pre-defined
fields
For example customerid, CustomerName, address1,....Fieldnnn.
Each User create his/her own mail-merge type "main" document and embed
one or more of the fields available to them. when done, they save it to a
predefined location. That is all they need to do for Setup
To print these documents:
I have a form - say an order form with a combobox listing available
documents.
user selects appropriate letter/document and hits a print button, and
it opens the word doc, passes in the required fields as parameters, prints
the document and returns control to the form.
This approach, if it is viable, allows
- Each users can format the letter as they want (They still have to follow
some guidelines)
- me to support their letter almost as soon as it is ready. ( I only have to
update the list of available reports. This too can be punted to the user in
the next step.)
So, how can I launch a word letter with parameters, and what sort of fields
would I use to support this?
Regards and seasons greeting to all
Habib