S
scs
I have been working on a little database and have created lookup tables for
just about everything. (payment type, city, membership type, etc.) I built
them each with an autonumber key. So I have a lot of tables that look like:
CustomerID 1 MembershipType PaymentType
101 1 1
I could have just had one field in the lookup tables and no autonumber id.
Would that be advisable?
Am I getting carried away with the normalizaiton? Won't this make reporting
much harder? I'm not going to have millions of records in my tables.
Thanks for the advice.
Steve
just about everything. (payment type, city, membership type, etc.) I built
them each with an autonumber key. So I have a lot of tables that look like:
CustomerID 1 MembershipType PaymentType
101 1 1
I could have just had one field in the lookup tables and no autonumber id.
Would that be advisable?
Am I getting carried away with the normalizaiton? Won't this make reporting
much harder? I'm not going to have millions of records in my tables.
Thanks for the advice.
Steve