guery relationship

J

Jason Frazer

I'm trying to create a query.
I want the relationship between the two tables to be the
zip code. The only problem is that the table [customers]
uses a zip code like this "12345-6789" and the table [tax]
uses a sip code like this "12345". How can i have a
relationship to just look at the first 5 digits.

Thanks for your time and help

Jason frazer
 
J

Jim/Chris

First create a query which trims the left 5 positions off
the zip code in the one table. Use this query as input to
your query for the that table.

Jim
 

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

Top