first of all thank you for your fast reply and concern.
well its not a homework, its a project that im trying to do . the form is 20 pages long so i was just trying to get an advice from you on how to get started and what are the things that i need to read and practice that would help me in designing such a database.
i got the patient table ( ID, name, birthday, sex ...)
but take the history section i told you about
:
For example, one of the section is the History section that has 20 unrelated yes/no fields:
smoker ( yes or no)
diabetes (yes or no )
Chronic Lung (yes or no )
.
.
.
.
.
If i put all of these (smoker, diabetes..) in one table called HISTORY, its not efficient at all ! because if the patient checks the smoker field and leave the other 19 unchecked because they don't apply, we will have wasted place in the table of that patient ...so im really lost !
im really not asking for you to write the design for me, all i want is a hint to get me started even a reference to similar problem/db design that i can read and learn from
thx