I am trying to word mail merge my query so I can automatically email my customers. I first tried creating a report but quickly learned reports don't communicate with the fields in word's mail merge. So, I created a Query which presents the data in word to be emailed...
The problem is that I have multiple lines for each customer in my query. The number of lines vary per customer. For each line, I have the email address associated with that customer. When I do the mail merge, it is creating a separate email each time the email address appears. So, instead of having 1 email with 10 lines of data, I have 10 emails with 1 line of data for the same customer. I tried to merge two separate tables (one with the multiple lines of data and one that just has the email address) but I couldn't get the mail merge to accept more than 1 query/table.
Is there another way to go about this?