F
forest8
Hello
I need to create a Case Management Database.
This database has 4 subject areas:
Personal Info
Personal Assessment
Case Notes
Within the Personal Info area, there are several sub-areas which must be
included:
General Info, Current Info, Legal Involvement, Substance Use, Food Needs,
Health Needs, Relationships, and Supports. [These can be updated multiple
times]
Within the Personal Assessment are 3 surveys which must be conducted with
each participant: A screening survey, the intro survey, and post surveys at 6
months intervals. With the exception of the poat survey, the screening and
intro survey will only be conducted once.
Within the Case Notes section, there are short term and long term goals,
contact logs, Case notes, and Case logs. [These will be updated multiple
times]
Each participant will have a unique identifier which I have created
(ClientID). This is based on whether they are the control group or not.
Each category mentioned above has its own table at the moment.
I am having difficulties in creating relationships between my tables. I
thought that my primary key should be ClientID since it appears in every
table and is the link to all other tables but I cannot create a relationship
based on referential integrity.
Any help will be appreciated.
Thanks
I need to create a Case Management Database.
This database has 4 subject areas:
Personal Info
Personal Assessment
Case Notes
Within the Personal Info area, there are several sub-areas which must be
included:
General Info, Current Info, Legal Involvement, Substance Use, Food Needs,
Health Needs, Relationships, and Supports. [These can be updated multiple
times]
Within the Personal Assessment are 3 surveys which must be conducted with
each participant: A screening survey, the intro survey, and post surveys at 6
months intervals. With the exception of the poat survey, the screening and
intro survey will only be conducted once.
Within the Case Notes section, there are short term and long term goals,
contact logs, Case notes, and Case logs. [These will be updated multiple
times]
Each participant will have a unique identifier which I have created
(ClientID). This is based on whether they are the control group or not.
Each category mentioned above has its own table at the moment.
I am having difficulties in creating relationships between my tables. I
thought that my primary key should be ClientID since it appears in every
table and is the link to all other tables but I cannot create a relationship
based on referential integrity.
Any help will be appreciated.
Thanks