A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Mailmerge
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Mail merge data source can't be saved word 2003



 
 
Thread Tools Display Modes
  #1  
Old April 27th, 2004, 04:34 PM
richie
external usenet poster
 
Posts: n/a
Default Mail merge data source can't be saved word 2003

I have an access dbase access 2000 format that has been working fine
with a mail merge with MS word 97, 2000, & Xp, however with Word 2003
Excel doesn't
open and the data source cannot be saved in Word i.e. ( it loses its
connection each time). I've included the code but I have a feeling it
is
more of a Word 2003 issue.

Any ideas would be greatly appreciated.


Case "First Box Renewal Notice"
Dim wd As Word.Application
DoCmd.OutputTo acQuery, "Mail merge first notice",
"MicrosoftExcel(*.xls)", "c:\mail trax\Mail merge first notice.xls",
False, ""

Set wd = CreateObject("word.application")
wd.Visible = True
wd.Activate
wd.Documents.Open "C:\Mail trax\box renewal notice.doc"
  #2  
Old April 28th, 2004, 12:20 AM
Peter Jamieson
external usenet poster
 
Posts: n/a
Default Mail merge data source can't be saved word 2003

I suspect you are suffering from a new security-related problem described in
the following article:

http://support.microsoft.com?kbid=825765

--
Peter Jamieson - Word MVP
Word MVP web site http://word.mvps.org/

"richie" wrote in message
om...
I have an access dbase access 2000 format that has been working fine
with a mail merge with MS word 97, 2000, & Xp, however with Word 2003
Excel doesn't
open and the data source cannot be saved in Word i.e. ( it loses its
connection each time). I've included the code but I have a feeling it
is
more of a Word 2003 issue.

Any ideas would be greatly appreciated.


Case "First Box Renewal Notice"
Dim wd As Word.Application
DoCmd.OutputTo acQuery, "Mail merge first notice",
"MicrosoftExcel(*.xls)", "c:\mail trax\Mail merge first notice.xls",
False, ""

Set wd = CreateObject("word.application")
wd.Visible = True
wd.Activate
wd.Documents.Open "C:\Mail trax\box renewal notice.doc"



  #3  
Old April 28th, 2004, 06:13 PM
richie
external usenet poster
 
Posts: n/a
Default Mail merge data source can't be saved word 2003

Does that mean you can no longer mail merge with Microsoft access and
save the data source???


"Peter Jamieson" wrote in message ...
I suspect you are suffering from a new security-related problem described in
the following article:

http://support.microsoft.com?kbid=825765

--
Peter Jamieson - Word MVP
Word MVP web site http://word.mvps.org/

"richie" wrote in message
om...
I have an access dbase access 2000 format that has been working fine
with a mail merge with MS word 97, 2000, & Xp, however with Word 2003
Excel doesn't
open and the data source cannot be saved in Word i.e. ( it loses its
connection each time). I've included the code but I have a feeling it
is
more of a Word 2003 issue.

Any ideas would be greatly appreciated.


Case "First Box Renewal Notice"
Dim wd As Word.Application
DoCmd.OutputTo acQuery, "Mail merge first notice",
"MicrosoftExcel(*.xls)", "c:\mail trax\Mail merge first notice.xls",
False, ""

Set wd = CreateObject("word.application")
wd.Visible = True
wd.Activate
wd.Documents.Open "C:\Mail trax\box renewal notice.doc"

  #4  
Old April 29th, 2004, 09:24 AM
Peter Jamieson
external usenet poster
 
Posts: n/a
Default Mail merge data source can't be saved word 2003

No, although that may well happen for other reasons. What happens now is
that if you open the document manually, you are asked to confirm that you
want to open the data source. So Word hasn't forgotten it. But if you are
opening using automation, you don't see the message and the data source is
not opened. More or less.

--
Peter Jamieson - Word MVP
Word MVP web site http://word.mvps.org/

"richie" wrote in message
om...
Does that mean you can no longer mail merge with Microsoft access and
save the data source???


"Peter Jamieson" wrote in message

...
I suspect you are suffering from a new security-related problem

described in
the following article:

http://support.microsoft.com?kbid=825765

--
Peter Jamieson - Word MVP
Word MVP web site http://word.mvps.org/

"richie" wrote in message
om...
I have an access dbase access 2000 format that has been working fine
with a mail merge with MS word 97, 2000, & Xp, however with Word 2003
Excel doesn't
open and the data source cannot be saved in Word i.e. ( it loses its
connection each time). I've included the code but I have a feeling it
is
more of a Word 2003 issue.

Any ideas would be greatly appreciated.


Case "First Box Renewal Notice"
Dim wd As Word.Application
DoCmd.OutputTo acQuery, "Mail merge first notice",
"MicrosoftExcel(*.xls)", "c:\mail trax\Mail merge first notice.xls",
False, ""

Set wd = CreateObject("word.application")
wd.Visible = True
wd.Activate
wd.Documents.Open "C:\Mail trax\box renewal notice.doc"



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:36 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.