H
Han
I'm trying to create an Access query for a MS Word 2K mail merge letter.
Several people need to be referenced in the same one letter, which means the
data source needs to contain all the required fields.
The trick (at least in my mind) is how to retreive multiple names in one
query.
I have a contact table which contains the names, addresses and professions
of all the participants.
I need the query to return the first and last name for several people.
My letter looks something like this:
Dear {ClientFirstName),
Your appointment with Dr. {DoctorFirstName} {DoctorLastName} is schedule for
Tuesday, September, 9, 2003, at 2 p.m. He will be assisted by RN
{NurseFirstName} {NurseLastName}.
Please contact {AgentFirstName} {AgentLastName} if you have any questions or
need to reschedule.
Sincerely,
{RepFirstName} {RepLastName}
How can this be accomplished? Is this a SQL thing or MS Word?
Thanks in advance,
Han
Several people need to be referenced in the same one letter, which means the
data source needs to contain all the required fields.
The trick (at least in my mind) is how to retreive multiple names in one
query.
I have a contact table which contains the names, addresses and professions
of all the participants.
I need the query to return the first and last name for several people.
My letter looks something like this:
Dear {ClientFirstName),
Your appointment with Dr. {DoctorFirstName} {DoctorLastName} is schedule for
Tuesday, September, 9, 2003, at 2 p.m. He will be assisted by RN
{NurseFirstName} {NurseLastName}.
Please contact {AgentFirstName} {AgentLastName} if you have any questions or
need to reschedule.
Sincerely,
{RepFirstName} {RepLastName}
How can this be accomplished? Is this a SQL thing or MS Word?
Thanks in advance,
Han