P
P51D Mustang
I'm going to be tracking a sample of 50 people over time, and recording
assessments on 3 different criteria, measured on a range of 1-5.
PK's are in caps, FK's proper case with an "_ID"
tblConsumers: CONSUMER_ID, MemberNumber, CsrName, DOB
tblHistory: HISTORY_ID, Consumer_ID, Date, Income_ID, LifeSkills_ID,
Shelter_ID, Site_ID, CMName
tblIncome:INCOME_ID, AssessedLevel
tblLifeSkills: LIFESKILLS_ID, AssessedLevel
tblShelter: SHELTER_ID, AssessedLevel
tblSites: SITE_ID, SiteName, Phone, Fax
I need to be able to record the responses, and compare the results over
time, e.g. Joe was rated 1 in lifeskills, 1 in Shelter and 3 in Income at
entry to the program. A year later he's reassessed at 3 in lifeskills, 3 in
Shelter and 5 in Income. I need to develop a report that says Joe's
assessemts increased (in this example) while being a member of the program.
I'm not clear if I should have enforced referential integrity with cascade
updates and deletes for all the fields.
I'd be eternally grateful if someone who knows what they're doing could let
me know if I'm on the right track-I'm pretty much a hapless noob as of yet.
TIA
assessments on 3 different criteria, measured on a range of 1-5.
PK's are in caps, FK's proper case with an "_ID"
tblConsumers: CONSUMER_ID, MemberNumber, CsrName, DOB
tblHistory: HISTORY_ID, Consumer_ID, Date, Income_ID, LifeSkills_ID,
Shelter_ID, Site_ID, CMName
tblIncome:INCOME_ID, AssessedLevel
tblLifeSkills: LIFESKILLS_ID, AssessedLevel
tblShelter: SHELTER_ID, AssessedLevel
tblSites: SITE_ID, SiteName, Phone, Fax
I need to be able to record the responses, and compare the results over
time, e.g. Joe was rated 1 in lifeskills, 1 in Shelter and 3 in Income at
entry to the program. A year later he's reassessed at 3 in lifeskills, 3 in
Shelter and 5 in Income. I need to develop a report that says Joe's
assessemts increased (in this example) while being a member of the program.
I'm not clear if I should have enforced referential integrity with cascade
updates and deletes for all the fields.
I'd be eternally grateful if someone who knows what they're doing could let
me know if I'm on the right track-I'm pretty much a hapless noob as of yet.
TIA