From Access to Word

A

adam

Hi,

I have a form with a subform and i want to write the
values of some fields on the main form and the subform to
a word document template.

Example; user inputs price offer data on the form and
clicks a button and a word document opens with some data
from the template and with variable data filled from the
form.

Any suggestions would be highly appreciated.
 
A

Albert D. Kallal

the first part of sending fields to a word template is easy.

I have a working solution here that is ready to go. (give it a try).

http://www.attcanada.net/~kallal.msn/msaccess/msaccess.html

However, the 2nd part of sending data from the sub-form is very tricking,
and will require some coding on your part. I don't have a easy and clean
solution for sub-form stuff (yet!).
 
Top