Numbers and not data showing up in mailing labels

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

Guest

When I go to make mailing labels numbers show up and not city or zip
information. I am using a drop down from a seperate table to populate my
main table with this information. The city table has a primary auto number
key and the name of the city. this is true for the zip code too.

How do I get the numbers to display as data
 
In the query used to create your mailing labels, you need to include the
table where you store the city names. Instead of pulling the city number
from your main table, pull the name from the related table. The same
applies to the ZIPs.
 

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

Back
Top