A family of Microsoft relational database management systems designed for ease of use.
Scottgem [MVP] wrote in
news:*** Email address is removed for privacy ***
m:
Actually its just the opposite. A relational database makes data
entry EASIER because you don't have to enter redundant info. Yes
you enter the zip code in your main data table. And that's all you
enter. To see the County State, Town you do a join to your zip
code table. If you look at the blog I mentioned it may help you
understand this better.
I'm going to call foul here on this one because I've never once
implemented a data structure that assumes that a zip code can be
used to populate the city and state fields. For one, you may not
have the zip code. Secondly, a single zip code can cover multiple
cities (though never multiple states).
To me, implementing it the way you suggest would be
overnormalization and I've never seen an application implemented
that way.
I'm surprised so many people are even beginning to suggest this!
David W. Fenton http://www.dfenton.com/ contact via website only http://www.dfenton.com/DFA/