Merge Hiccup in Word

J

joehotels

My merge uses a macro to fill the fields. On the machines using 2000 and 2007
versions they all work. On the Machine using word 2002 all but one work. It
is the same macro for all pulling the info from our database... Any Ideas on
what the problem might be? I am officially stumped.
 
P

Peter Jamieson

Can you post the macro code here?

Are you actually making a connection to a mailmerge data source (i.e.
using MailMerge.OpenDataSource) and using that connection in your code?
If so, have you made the registry change described in

http://support.microsoft.com/kb/825765

?

If you are using a different type of connection than a
MailMerge.OpenDataSource connection (e.g. if you are opening a data
source using ADO or DAO),
a. what is the data source?
b. how are you making the connection?
c. can you verify that the connection is actually being made?


Peter Jamieson

http://tips.pjmsn.me.uk
 

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