4
4charity
I have an Access database that I have successfully automated to create
MailMerge letters in Word.
However, I also have some letters that need to contain information from more
than one record. I have added a [Print] field to my form, so that users can
select which records they would like to be used in the letter. Then I have
created a query which displays the [InvoiceNumber] and [AmountInvoiced] from
only those records with the [Print] field selected.
So the question: How do I get the info from access to display in my letter
in Word? I would like something like this:
"Attached are the audit reports for the following [vendor name] invoices:
[InvoiceNumber1] in the amount of [AmountInvoiced1]; [InvoiceNumber2] in the
amount of [[AmountInvoiced2]; and [InvoiceNumber3] in the amount of
[AmountInvoiced3]. "
The rest of the fields are consistent amongst the records.
Thanks.
MailMerge letters in Word.
However, I also have some letters that need to contain information from more
than one record. I have added a [Print] field to my form, so that users can
select which records they would like to be used in the letter. Then I have
created a query which displays the [InvoiceNumber] and [AmountInvoiced] from
only those records with the [Print] field selected.
So the question: How do I get the info from access to display in my letter
in Word? I would like something like this:
"Attached are the audit reports for the following [vendor name] invoices:
[InvoiceNumber1] in the amount of [AmountInvoiced1]; [InvoiceNumber2] in the
amount of [[AmountInvoiced2]; and [InvoiceNumber3] in the amount of
[AmountInvoiced3]. "
The rest of the fields are consistent amongst the records.
Thanks.