W
Wembly
Hi,
I want to merge data from Access to Word and was wondering
which method is the most efficient and quickest?
I have a form where the user clicks on a button to load
another form which contains a list of letters which they
can then select to load in Word.
The data is then merged into the letter template, and
creates the merged letter (should there be two windows
open here one for the template and one for the merged
letter??)
Also, I cannot get all the data from the form as it will
also need to come from a table.
So far, the query that I've written involves embedded SQL
in a recordset. This will get me the data that I want, but
how does Word know where the data source is? Is it
possible to create a temp table with the recordset data
from code, which Word can then use as the data source?
Thanks for your help.
Wembly
I want to merge data from Access to Word and was wondering
which method is the most efficient and quickest?
I have a form where the user clicks on a button to load
another form which contains a list of letters which they
can then select to load in Word.
The data is then merged into the letter template, and
creates the merged letter (should there be two windows
open here one for the template and one for the merged
letter??)
Also, I cannot get all the data from the form as it will
also need to come from a table.
So far, the query that I've written involves embedded SQL
in a recordset. This will get me the data that I want, but
how does Word know where the data source is? Is it
possible to create a temp table with the recordset data
from code, which Word can then use as the data source?
Thanks for your help.
Wembly