Delivery Point Bar Code Uses 99 in Last Two Digits of Address |
Q126863
When 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.
This 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.
{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.
{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.
There 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}
Additional query words: 6.0 winword word6
Keywords : kbfield
Issue type :
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |