473,385 Members | 1,673 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Request for help

I'm wondering how deep this might go. You know how if you say
"Raleigh, NC" you get all the ZIP codes that are explicitly Raleigh,
NC? Well, is there a database where you could say "Raleigh, NC" and
get the ZIP codes for not just Raleigh, but, for example, Wake Forest,
Cary, Apex, Morrisville, Garner, etc?

This would be stored in either Access 2000 database or in a Microsoft
SQL Server table, though preferably the former.

Mar 8 '07 #1
5 1347
Hi, Brent.
is there a database where you could say "Raleigh, NC" and
get the ZIP codes for not just Raleigh, but, for example, Wake Forest,
Cary, Apex, Morrisville, Garner, etc?
I doubt there are any free ones. Feel free to build one yourself from one
of the free ones by adding an additional column for "nearest major city" and
populating it manually with the appropriate Zip Code. Then your queries
would need to be designed to return the values of the Zip Codes where the
nearest major city's Zip Code matched the one assigned to the user's input
for the city and state.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blog: http://DataDevilDog.BlogSpot.com
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Brent White" <bw****@badgersportswear.comwrote in message
news:11**********************@s48g2000cws.googlegr oups.com...
I'm wondering how deep this might go. You know how if you say
"Raleigh, NC" you get all the ZIP codes that are explicitly Raleigh,
NC? Well, is there a database where you could say "Raleigh, NC" and
get the ZIP codes for not just Raleigh, but, for example, Wake Forest,
Cary, Apex, Morrisville, Garner, etc?

This would be stored in either Access 2000 database or in a Microsoft
SQL Server table, though preferably the former.

Mar 8 '07 #2
On Mar 8, 4:14 pm, "Brent White" <bwh...@badgersportswear.comwrote:
I'm wondering how deep this might go. You know how if you say
"Raleigh, NC" you get all the ZIP codes that are explicitly Raleigh,
NC? Well, is there a database where you could say "Raleigh, NC" and
get the ZIP codes for not just Raleigh, but, for example, Wake Forest,
Cary, Apex, Morrisville, Garner, etc?

This would be stored in either Access 2000 database or in a Microsoft
SQL Server table, though preferably the former.

Does the US post office supply such info or service?

Mar 8 '07 #3
Brent,

What you are probably looking for is the relationship between MSA
(Metropolitan Statistical Area) and Zip Code. Try starting at the US Census
site: www.census.gov

-- Bill

"Brent White" <bw****@badgersportswear.comwrote in message
news:11**********************@s48g2000cws.googlegr oups.com...
I'm wondering how deep this might go. You know how if you say
"Raleigh, NC" you get all the ZIP codes that are explicitly Raleigh,
NC? Well, is there a database where you could say "Raleigh, NC" and
get the ZIP codes for not just Raleigh, but, for example, Wake Forest,
Cary, Apex, Morrisville, Garner, etc?

This would be stored in either Access 2000 database or in a Microsoft
SQL Server table, though preferably the former.

Mar 9 '07 #4
Brent White wrote:
I'm wondering how deep this might go. You know how if you say
"Raleigh, NC" you get all the ZIP codes that are explicitly Raleigh,
NC? Well, is there a database where you could say "Raleigh, NC" and
get the ZIP codes for not just Raleigh, but, for example, Wake Forest,
Cary, Apex, Morrisville, Garner, etc?

This would be stored in either Access 2000 database or in a Microsoft
SQL Server table, though preferably the former.
What happens if you select Wake Forrest? You need the links to all the
others. Maybe by using longitude/latitude numbers you can calc
distances and those in a defined radious displays the zips.

Storrboy is correct, you should ask the Post Office.

The technology is there. You get on a web, goto a store, and enter a
zip code to locate the nearest stores. You get back a list of all
stores in a certain mile range.
Mar 9 '07 #5
You can certainly get "similar" types of information in australia.

http://www1.auspost.com.au/postcodes/index.asp?sub=2

may not be perfect but would get you part way down the track to the solution
you are seeking.
"Brent White" <bw****@badgersportswear.comwrote in message
news:11**********************@s48g2000cws.googlegr oups.com...
I'm wondering how deep this might go. You know how if you say
"Raleigh, NC" you get all the ZIP codes that are explicitly Raleigh,
NC? Well, is there a database where you could say "Raleigh, NC" and
get the ZIP codes for not just Raleigh, but, for example, Wake Forest,
Cary, Apex, Morrisville, Garner, etc?

This would be stored in either Access 2000 database or in a Microsoft
SQL Server table, though preferably the former.

Mar 9 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: ThisIsMe | last post by:
I am using this php email form and it seems to work. But I would like for the option for attn$ Webmaster to go to a different email address than the mymail$ Please be Kind to us newbies... can...
8
by: turnit \(removethis\) | last post by:
I have a login form that uses the post method to carry the information to the next page. The form works just fine in ie6.0, but fails in mozilla and fails in ie5.2 on a mac. "HTTP/1.1 400 Bad...
2
by: RobertHillEDS | last post by:
While using the Soap generated ASP code, I would like to dump the raw contents of the request and response objects using Response.AppendToLog. I have tried using variations of the following code,...
6
by: Ammar | last post by:
Dear All, I'm facing a small problem. I have a portal web site, that contains articles, for each article, the end user can send a comment about the article. The problem is: I the comment length...
4
by: Nalaka | last post by:
Hi, I have some request specific data that gets created in a "early event", that I need to pass around to many other events. I need access to this data during that request. (and more importantly...
2
by: Gregory Piñero | last post by:
Hi Guys, Does anyone know how to program a Python script to send out emails with a request delivery receipt? Is it something I can build into the email message via the mime stuff? And yes, I...
4
by: Michael Kujawa | last post by:
I am using the following to create an SQL statement using the names and values from request.form. The loop goes through each item in request.form The issue comes in having an additional "and" at...
2
by: Arti | last post by:
Hi, I am trying to access a servlet hosted on Tomcat server using HTTPS Post protocol. I am getting the exception: "The underlying connection was closed: Could not establish trust relationship...
3
by: Joseph Geretz | last post by:
I'm using the Request Filter documentation which can be found here: http://msdn.microsoft.com/en-us/library/system.web.httprequest.filter.aspx In this example, two filters are installed, one...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.