Unsure of database design

G

ginge6000

Hello all, I hope you can help me!

I'm reasonably new to Access having learnt how to use it and VB mostly
through trial and error! I'm now trying to set up a new database
which will lookup conditions in animals following a search based on
symptoms, breeds, age etc.

What I'm getting stuck on is the table design for my database. For
each of the conditions there may be 5 or 6 clinical signs, several
breeds and so on. What is the best way of structuring this? Should I
have one big table with maybe eight "Clinical Signs" fields (Clinical
Sign 1, Clinical Sign 2 etc....) for each record, or is it better to
use several tables? I'm very confused!

Cheers,

Ben
 
S

Stefan Hoffmann

hi Ben,

What is the best way of structuring this? Should I
have one big table with maybe eight "Clinical Signs" fields (Clinical
Sign 1, Clinical Sign 2 etc....) for each record, or is it better to
use several tables?
It is better to use several tables. You always need to normalize your
model.
I'm very confused!
These articles may enlighten you:

http://en.wikipedia.org/wiki/Database_normalization
http://www.utexas.edu/its/windows/database/datamodeling/rm/rm7.html
http://www.google.com/search?q=normalization


mfG
--> stefan <--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top