Reply
 
Thread Tools Display Modes
  #1   Report Post  
Plucky
 
Posts: n/a
Default Mail Merge Design

I want to create a mail merge that would use data from two separate
datasources. Is this possible in Word?

Can i build an application in ASP.NET that will take advanatage of Microsoft
Word?

Thanks
  #2   Report Post  
Doug Robbins - Word MVP
 
Posts: n/a
Default

No, mailmerge can only draw data from a single "flat" file. Use a query in
Access to join the two datasources and then use that query as the datasource
for a mailmerge.

I think that the answer to the second question is "technically" yes.
Whether you can do it is another question.

--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
"Plucky" wrote in message
...
I want to create a mail merge that would use data from two separate
datasources. Is this possible in Word?

Can i build an application in ASP.NET that will take advanatage of
Microsoft
Word?

Thanks


  #3   Report Post  
Joseph N.
 
Posts: n/a
Default

On Thu, 30 Dec 2004 10:41:04 GMT, Doug Robbins - Word MVP wrote:

Use a query in
Access to join the two datasources and then use that query as
the datasource for a mailmerge.


Is there a source for further understanding what it means to "use
that query as the datasource"?

--
JN

jbn 'won'oh'won'six'won' at fastmail.fm
Remove spaces, and substitute digits for the words between " ' "
  #4   Report Post  
Plucky
 
Posts: n/a
Default

Thanks for the reply, I tried creating an AddIn for Microsoft Word, but i am
lacking information. Does microsoft provide any sample application or addin
projects?

Thanks

"Doug Robbins - Word MVP" wrote:

No, mailmerge can only draw data from a single "flat" file. Use a query in
Access to join the two datasources and then use that query as the datasource
for a mailmerge.

I think that the answer to the second question is "technically" yes.
Whether you can do it is another question.

--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
"Plucky" wrote in message
...
I want to create a mail merge that would use data from two separate
datasources. Is this possible in Word?

Can i build an application in ASP.NET that will take advanatage of
Microsoft
Word?

Thanks



  #5   Report Post  
Patrick Heilman
 
Posts: n/a
Default

Microsoft article 211802 may help you.

http://support.microsoft.com/default...b;en-us;211802

Patrick

"Plucky" wrote in message
...
Thanks for the reply, I tried creating an AddIn for Microsoft Word, but i

am
lacking information. Does microsoft provide any sample application or

addin
projects?

Thanks

"Doug Robbins - Word MVP" wrote:

No, mailmerge can only draw data from a single "flat" file. Use a query

in
Access to join the two datasources and then use that query as the

datasource
for a mailmerge.

I think that the answer to the second question is "technically" yes.
Whether you can do it is another question.

--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions

forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
"Plucky" wrote in message
...
I want to create a mail merge that would use data from two separate
datasources. Is this possible in Word?

Can i build an application in ASP.NET that will take advanatage of
Microsoft
Word?

Thanks







  #6   Report Post  
Doug Robbins - Word MVP
 
Posts: n/a
Default

When you go to attach a datasource to the mailmerge main document, and you
select an Access database as the source, you will be presented with a list
of the tables and queries in the database to use as the datasource.

If the list does not include the queries, from the Tools menu in Word,
select Options and then go to the General tab and check the box against the
item "Confirm conversions at open", then try using the different connection
methods that will be presented to you when you go to attach the data source.

--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
"Joseph N." wrote in message
...
On Thu, 30 Dec 2004 10:41:04 GMT, Doug Robbins - Word MVP wrote:

Use a query in
Access to join the two datasources and then use that query as
the datasource for a mailmerge.


Is there a source for further understanding what it means to "use
that query as the datasource"?

--
JN

jbn 'won'oh'won'six'won' at fastmail.fm
Remove spaces, and substitute digits for the words between " ' "


  #7   Report Post  
Plucky
 
Posts: n/a
Default

I have no trouble creating a "flat file",

my problem is, i want to create a mail merge that will merge to 300 people,
and each person has a list of items from the database that need to be
displayed.

so if i outerjoin the person's record to their list of 15 items, i would
have that person's name in 15 records.

Seems like mail merges are only meant to use 1 data source...so i'm thinking
i just need to use ADODB to connect to SQL and just put the data on 300 pages
recursively.

Does this sound like a messy solution?

Thanks,
JP
  #8   Report Post  
Doug Robbins - Word MVP
 
Posts: n/a
Default

See the "Multiple items per condition" item under the "Special merges"
section of fellow MVP CIndy Meister's website at

http://homepage.swissonline.ch/cindy...r/MergFram.htm


--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
"Plucky" wrote in message
...
I have no trouble creating a "flat file",

my problem is, i want to create a mail merge that will merge to 300
people,
and each person has a list of items from the database that need to be
displayed.

so if i outerjoin the person's record to their list of 15 items, i would
have that person's name in 15 records.

Seems like mail merges are only meant to use 1 data source...so i'm
thinking
i just need to use ADODB to connect to SQL and just put the data on 300
pages
recursively.

Does this sound like a messy solution?

Thanks,
JP


Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mail Merge Word 2003 Issue S.Nicks Mailmerge 5 February 20th 09 01:55 AM
mail merge with attachments AS Mailmerge 5 April 9th 05 09:49 AM
Mail merge toolbar unavailable after SP3 R Scott Lowden Mailmerge 1 December 1st 04 06:24 PM
Mail Merge Problem Cindy M -WordMVP- Mailmerge 0 November 30th 04 05:25 PM
Using Hyperlinks in Mail Merge IF...THEN...ELSE Statements Mark V Mailmerge 8 November 30th 04 01:31 PM


All times are GMT +1. The time now is 12:02 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"