Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Zip Code Lookup

Status
Not open for further replies.

saum

Technical User
Apr 3, 2001
2
0
0
US
I want to create a query or table which contains a range of three digit zip codes per person or company: ie. 930 - 990, Joe Smith or ABC Company.

Zip code from a contact query or table would indicate Joe Smith or ABC Company.

I know it is possible by using a VLOOKUP in XLS, but would rather try it in ACCESS.

Thanks for any assistance.

Steve
 
Try DLookup.

In one of my databases, I have a Zip Code table which contains all the zip codes in the United States (updated regularly) with their corresponding cities and states.

When a user types a zip code into my customer form, I have a DLookup automatically populate my city and state fields from the table.
Maq [americanflag]
<insert witty signature here>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top