P
Phil Lefter
I have a database which keeps track of jobs to be worked. I also have a Word
document that is several pages long which contains some information I have
in the database.
I would like to automate the data transfer between Access and Word using the
mail merge process. Because I am only printing these documents for each new
job input I need to be able to make a table for one record.
My thoughts are to have a command button on the form which triggers a macro
that refreshes the form, starts a make table query which includes only that
one record.
From there I can open the word document already set up to mail merge to a
predetermined data source (the made table), which will update itself from
the newly updated record in the table. From there I can print the document
and live happily ever after.
My barrier is figuring out how to get the data from my input form into a
make table. The rest I know how to do. Any help is welcome... Phil
document that is several pages long which contains some information I have
in the database.
I would like to automate the data transfer between Access and Word using the
mail merge process. Because I am only printing these documents for each new
job input I need to be able to make a table for one record.
My thoughts are to have a command button on the form which triggers a macro
that refreshes the form, starts a make table query which includes only that
one record.
From there I can open the word document already set up to mail merge to a
predetermined data source (the made table), which will update itself from
the newly updated record in the table. From there I can print the document
and live happily ever after.
My barrier is figuring out how to get the data from my input form into a
make table. The rest I know how to do. Any help is welcome... Phil