Fields not pulling through

  • Thread starter Mark Atkin-Barrett
  • Start date
M

Mark Atkin-Barrett

Hi all, hoping someone out there can help!!!

I have created an Excel spreadsheet containing my information (list of names
and addresses) and i am trying to mail merge the information into a letter i
have written in Word. Although i select fields "Address 1 - Address 4 and
the post code) it seems to leave out the information contained in fields
"Address 3 & 4...when merging across to my letter in Word.


Hope all this makes sense, thanks in advance

Mark
 
P

Peter Jamieson

Mark said:
Hi all, hoping someone out there can help!!!

I have created an Excel spreadsheet containing my information (list of names
and addresses) and i am trying to mail merge the information into a letter i
have written in Word. Although i select fields "Address 1 - Address 4 and
the post code) it seems to leave out the information contained in fields
"Address 3 & 4...when merging across to my letter in Word.

How are you inserting the address information into your merge letter? In
Word 2002/2003, there are two possible ways:
a. use an ADDRESSBLOCK field. This is probably not a very good idea in
this case because
i) ADDRESSBLOCK is not really geared to addresses structured the
way you have them. It's geared to look for "street address", "city",
"country" etc.
ii) Word probably won't recognise your field names and you will
have to "map" the fields it expects to insert to the names you are using
b. use individual fields. In this case you need to insert something
like the following (use your exact field names)

{ MERGEFIELD "Address 1" }
{ MERGEFIELD "Address 2" }
{ MERGEFIELD "Address 3" }
{ MERGEFIELD "Address 4" }
{ MERGEFIELD Postcode }

where the {} are the special field braces you can insert using ctrl-F9.

But the main point is that either way, Word will not automatically use
whatever fields you have selected from your data source - you must
either "map" the fields you need (with ADDRESSBLOCK) or insert all the
MERGEFIELDs you need.

Peter Jamieson
 

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