access merge to word

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Trying to merge access file into word as a directory. I've had to add names
to end of access and then sort alphabetically. That works. But when I
complete the merge, the added name prints at the end of the document instead
of where it belongs alphabetically. I also want blank lines where I have
blank fields. HELP!

Patricia
 
Patricia:

If you use a sorted query as the data source for the merge rather than the
base table you should be able to order the list in Word. You'll find a demo
of mine of various Access to Word operations using automation at:

http://community.netscape.com/n/pfx...yMessages&tsn=1&tid=23781&webtag=ws-msdevapps

Blank lines are retained or suppressed by setting the SuppressBlankLines
property of the MailMerge object of the Document object in Word. The
functions in my demo include an argument to allow either (defaulting to True).

Ken Sheridan
Stafford, England
 
Patricia said:
Trying to merge access file into word as a directory. I've had to
add names to end of access and then sort alphabetically. That works.
But when I complete the merge, the added name prints at the end of
the document instead of where it belongs alphabetically. I also want
blank lines where I have blank fields. HELP!

Patricia

It is best to consider tables as only buckets of data and not an ordered
list.

You can make a query and establish a sort order there and it will stay
and it can be your source for the merge.
 

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

Similar Threads


Back
Top