I am looking at the example database from Access 2007 Inside Out. When you enter a zip code it will enter the city and state. There are several modules in this database, but, of course, I do not understand any of it. Sorry, but I couldn't upload the db--the zip file is still too big.
I am trying to understand the setup. I see on the example that tlkpStates and tlkpZips are not joined—no relationship set up. NY and PR in the state field are repeated many times.
tlkpStates
StateCode Text 2-character unique state code PrimaryKey
StateName Text State Name
tlkpZips
Zipcode Text Primary Key
City Text Primary Key
State Text
County Text
A/C Text
Type Text
My question is: is this setup normalized?
I am trying to understand the setup. I see on the example that tlkpStates and tlkpZips are not joined—no relationship set up. NY and PR in the state field are repeated many times.
tlkpStates
StateCode Text 2-character unique state code PrimaryKey
StateName Text State Name
tlkpZips
Zipcode Text Primary Key
City Text Primary Key
State Text
County Text
A/C Text
Type Text
My question is: is this setup normalized?