Ooops I screwed up I mean to say "Is there a way to format the merge field
as I can't change the vendors format?
> I am merging to a word document using MS Query from a 3rd party application
> whose data is in MS SQL 2000.
[quoted text clipped - 7 lines]
>
> David
Hi David,
If Canadian Postal Codes are always of the format character number character
number character number, then you could use a Wildcard Edit Replace routine
on the documnet created by the mail merge with
([A-Z]{1}[0-9]{1}[A-Z]{1})([0-9]{1}[A-Z]{1}[0-9]{1})
in the "Find what:" control and
\1 \2\
in the "Replace with:" control to insert the space. (Note there is a space
between the 1 and the \)
For an explanation, see the article “Finding and replacing characters using
wildcards” at:
http://word.mvps.org/FAQs/General/UsingWildcards.htm

Signature
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
> I am merging to a word document using MS Query from a 3rd party application
> whose data is in MS SQL 2000.
[quoted text clipped - 7 lines]
>
> David