Delivery Point Bar Code Uses 99 in Last Two Digits of AddressLast reviewed: February 5, 1998Article ID: Q126863 |
The information in this article applies to:
SYMPTOMSWhen you use Word's Delivery Point Bar Code option when printing envelopes, Word uses 99 for the last two digits of the street address. This may happen if you use the BARCODE field in a mail merge main document or if you use literal text in the field code.
CAUSEThis error occurs when the syntax for the field code is incorrect. When the syntax is incorrect, Word cannot correctly parse the string for the delivery-point information. Whenever Word cannot correctly determine the delivery-point information, it prints 99.
RESOLUTION
Literal TextThe correct syntax for the BARCODE field code when you use literal text to generate the field code is:
{BARCODE "123 Oak Street<paragraph mark> 98052-6399"\u }The paragraph mark tells Word how to correctly parse the string for the delivery-point information.
Mail MergeThe structure of the field code is the same as for literal text, but the address information is generated by two merge fields
{BARCODE "{mergefield street}<paragraph mark> {mergefield zip}"\u }where "mergefield street" is the merge field that contains the street address and "mergefield zip" is the 5+4-digit ZIP Code for the address.
MORE INFORMATIONThere are three different types of bar codes: the 5-digit bar code, the ZIP+4 bar code, and the delivery point bar code. The following is an example of a 5-digit bar code using literal text:
{BARCODE "12345" \u}The following is an example of a ZIP+4 bar code using literal text:
{BARCODE "12345-6789" \u} |
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |