I've been tasked create a database for my firm. This will be my first and my only training is following the books so please bear with me.
We need to keep track of our clients and their information:
1. The client (address & phone)
2. Their schooling (address/phone/instructor contact)
3. Their medical/hospital records (address/phone/nurse contact)
4. Their employment (address/phone/boss's contact)
5. And so on this goes
Initially, I built a single Contacts table and included a "category" field to note "school" or "hospital" but it didn't seem right according to the books I'm reading. Do I need to build separate tables for each type of contact? If I do, how would I treat new types as they are introduced...build another table when the time comes?
I think I just need a nudge in the right direction but I just can't seem to get it on my own. Thanks for your time!
Mike
We need to keep track of our clients and their information:
1. The client (address & phone)
2. Their schooling (address/phone/instructor contact)
3. Their medical/hospital records (address/phone/nurse contact)
4. Their employment (address/phone/boss's contact)
5. And so on this goes
Initially, I built a single Contacts table and included a "category" field to note "school" or "hospital" but it didn't seem right according to the books I'm reading. Do I need to build separate tables for each type of contact? If I do, how would I treat new types as they are introduced...build another table when the time comes?
I think I just need a nudge in the right direction but I just can't seem to get it on my own. Thanks for your time!
Mike