Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / October 2007

Tip: Looking for answers? Try searching our database.

Merge with Access 2003

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jbc - 26 Oct 2007 01:56 GMT
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
Peter Jamieson - 26 Oct 2007 11:00 GMT
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"

Signature

Peter Jamieson
http://tips.pjmsn.me.uk

> Hi,  I have a letter that I need to merge with a query in Access 2003.
> When
[quoted text clipped - 8 lines]
>
> jbc
jbc - 26 Oct 2007 13:15 GMT
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

> See my recent posts in the conversations titled
> "I can't find an Access query which is a Word data source when I tr."
[quoted text clipped - 13 lines]
> >
> > jbc
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.