doctorjellybean
Programmer
- May 5, 2003
- 145
At work we have 5 or 6 different documents, of which all but one are Word docs, the other being a PDF. All of them relates to a single customer, and they contain the customers name, address, etc, etc. All this are being completed by hand, which can take a long time, especially if there are more than one customer.
What I want to do, is create an app which is basically a data input screen. Once I have filled the required details, I want to click a button which then generates the 5 or 6 word documents, with the required info taken from the input screen and filled in on the generated docs. The main contents of each the docs are the same, all which changes are the customers details itself. An example:
Document One:
Name:_________
Adress:__________
Telephone Number:________
Bla bla bla
Document Two:
Dear Mr ______
Bla bla
Hopefully you get the picture.
My main problem at the moment is how to set up a template which takes the details from the input form.
I hope this is clear to you
What I want to do, is create an app which is basically a data input screen. Once I have filled the required details, I want to click a button which then generates the 5 or 6 word documents, with the required info taken from the input screen and filled in on the generated docs. The main contents of each the docs are the same, all which changes are the customers details itself. An example:
Document One:
Name:_________
Adress:__________
Telephone Number:________
Bla bla bla
Document Two:
Dear Mr ______
Bla bla
Hopefully you get the picture.
My main problem at the moment is how to set up a template which takes the details from the input form.
I hope this is clear to you