How form button that mail merges the current content

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Ive made an access database and form sucessfully and I want to create a
button on my form that will transfer the current form's content into a
pre-designed word document via mail merge. How can I make a mail merge
without hundreds of names, just with the name that I want to create a letter
to that is listed in the form. I don't want to have to use mail merge to
transfer my whole access database that I must go through just to find the one
template that I actually require. Any possible help to achieve this or even
to get close would be very helpful.
 
Create a query that returns only the current name (make a parameter query
that gets the parameter value from the form), and merge the query, not the
table.
 
Back
Top