Merging multiple records into Word 2003

G

Guest

Prior to Word 2000, I could merge multiple records (from MS Access) into a
merge document. Using VB code, I could open the Word app and the records
merged into the document, creating one continuous form. In other words, I
was able to merge multiple records into a document creating multiple
documents in one Word application. You simply selected print and all the
documents would go to the printer. Now you have to print each document
separately and close the Word Window to print the next one, and so on. Is
there a way to code these documents to use just one window? any help will be
greatly appreciated.
 
C

Cindy M.

Hi =?Utf-8?B?amFuZQ==?=,
Prior to Word 2000, I could merge multiple records (from MS Access) into a
merge document. Using VB code, I could open the Word app and the records
merged into the document, creating one continuous form. In other words, I
was able to merge multiple records into a document creating multiple
documents in one Word application. You simply selected print and all the
documents would go to the printer. Now you have to print each document
separately and close the Word Window to print the next one, and so on. Is
there a way to code these documents to use just one window?
Except for the default connection method and aspects of the user interface,
there's no difference in how mail merge works in 2003. But you might be
running into the security feature described in this KB article

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

What it means for you, as a developer, is that Word silently unlinks the data
source. Is the data source still linked in when your VB code runs?

How about showing us the code?

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top