zip codes

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

Guest

i cant seem to print zip codes properly on access when i try to print them on
labels.
for example 92105-4545 prints out 921054545 with no dash i storing the data
with an input mask of 00000\-9999;0;* and that didnt work so i deleted it and
set the format to 00000\-9999;0;* and still when i create a report for
mailing labels, nothing happens...any tips that can help would be appreciated
 
Hi.
Try using the input mask "00000-9999;0;_"
without the quotes.
This will store any new zipcodes with the format and you can use this also
for the format on your report.
Hope this helps.
Fons
 
Back
Top