Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
Hi, I have a letter that I need to merge with a query in Access 2003. When
I go to the Open Data Source button and choose my database, I'm not getting a complete listing of all of my tables and queries to choose from after selecting the database. Any ideas what would be causing this? Thanks. jbc |
#2
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
See my recent posts in the conversations titled
"I can't find an Access query which is a Word data source when I tr." and "Data Source Lost When Merge From Access to Word" -- Peter Jamieson http://tips.pjmsn.me.uk "jbc" wrote in message ... Hi, I have a letter that I need to merge with a query in Access 2003. When I go to the Open Data Source button and choose my database, I'm not getting a complete listing of all of my tables and queries to choose from after selecting the database. Any ideas what would be causing this? Thanks. jbc |
#3
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
Hi Peter,
I ended up putting it into code: ActiveDocument.MailMerge.OpenDataSource Name:= _ "C:\Documents and Settings\zzz\Membership.mdb" _ , ConfirmConversions:=True, ReadOnly:=False, LinkToSource:=True, _ AddToRecentFiles:=False, PasswordDocument:="", PasswordTemplate:="", _ WritePasswordDocument:="", WritePasswordTemplate:="", Revert:=False, _ Format:=wdOpenFormatAuto, Connection:= _ "QUERY qryLetterNewMember", SQLStatement:= _ "SELECT * FROM [qryLetterNewMember]", SQLStatement1:="", _ SubType:=wdMergeSubTypeWord2000 With ActiveDocument.MailMerge .Destination = wdSendToPrinter .Execute End With Thanks for your help. jbc "Peter Jamieson" wrote: See my recent posts in the conversations titled "I can't find an Access query which is a Word data source when I tr." and "Data Source Lost When Merge From Access to Word" -- Peter Jamieson http://tips.pjmsn.me.uk "jbc" wrote in message ... Hi, I have a letter that I need to merge with a query in Access 2003. When I go to the Open Data Source button and choose my database, I'm not getting a complete listing of all of my tables and queries to choose from after selecting the database. Any ideas what would be causing this? Thanks. jbc |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Access 2003 qry merge to word | Mailmerge | |||
Access 2003 ole object merge to Word 2003 | Mailmerge | |||
Automating Mail merge between Word 2003 and Access 2003 using VB.NET | Mailmerge | |||
Mail merge to a query in Access 2003 | Mailmerge | |||
Word 2003 and Access 2003 Mail Merge question | Microsoft Word Help |