links to a Word template

S

stevieb

Which is the best way to open a Word template from an Access form? The merged
template must contain data from the same record as that currently active on
the form. Is this best done by using a command button, or a hyperlink
address, or something else?
 
K

Kurt Monroe

You can use VBA to do so. Exactly how, I'm not sure, but I'm sure you can.
You can pass a routine the name of the template and have it open the template
and automatically link to the data. I think.
 
Top