Hello,
I have two tables, one that contains all the U.S. zip codes, city and state and a second table that contains 3 fields zip codemin, zip codemax, renumber
I would like to get the rep number to the zip codes table. but not sure how to go about it.
if I try to join the zip code it will only give me that one that matches either the zip codemin or the zip code max
anybody has an idea of how I could join both tables?
here is an example of the data in my tables
any thoughts are welcome.
thanks!!
I have two tables, one that contains all the U.S. zip codes, city and state and a second table that contains 3 fields zip codemin, zip codemax, renumber
I would like to get the rep number to the zip codes table. but not sure how to go about it.
if I try to join the zip code it will only give me that one that matches either the zip codemin or the zip code max
anybody has an idea of how I could join both tables?
here is an example of the data in my tables
Code:
min max table
Minimum Maximum OEMTerrNo
00001 00999 460
01000 06999 490
07000 07999 500
08000 08699 580
08700 08999 500
09000 09999 500
10000 11999 500
Code:
zip code table
zip code city state
00501 Suffolk New York
00544 Suffolk New York
00601 Adjuntas Puerto Rico
00602 Aguada Puerto Rico
00603 Aguadilla Puerto Rico
00604 Aguadilla Puerto Rico
00605 Aguadilla Puerto Rico
00606 Maricao Puerto Rico
00610 Anasco Puerto Rico
00611 Utuado Puerto Rico
00612 Arecibo Puerto Rico
any thoughts are welcome.
thanks!!