After you have looked at the links (a couple of times) Micron provided, you should design your tables/relationships on paper, whiteboard (I use my office window), cardboard, etc. This makes it easier to see the overall design and to be able to make changes.
Some suggestions:
Use only letters and numbers in object names (exception is the underscore).
Do not use spaces in object names (objects are fields, tables, queries, forms,reports)
Do not use punctuation or special characters in object names.
Do not use Multi-value fields, Calculated fields or Look up FIELDS in tables.
Do not begin an object name with a number.
I use prefixes for objects frm for forms, qry for queries, rpt for reports. (examples: frmAppoinments, qryActivityList, rptActivities)
Think about the object names. For example: "Required".....What is required? Maybe use "IsRequired". But it still doesn't describe WHAT is required.
Oh, and your current design doesn't have anywhere for the link to the patients ID nor any date fields.......
Good luck with your project........
HTH
-----
Steve
--------------------------------
"Veni, Vidi, Velcro"
(I came; I saw; I stuck around.)