Another Survey Question
I am designing a database that stores results for medical record audits.
Each record is scored using 52 criteria with possible answer: Yes, No, or Not Applicable.
The final score is calculated on a formula that I will have in a calculated field in a query.
I have searched this forum and found some very excellent threads and samples about surveys/questionnaires (thanks Pat Hartman and others!)
They seem to indicate the best approach is not to have all the results in one table (all the answers) but rather use multiple tables like this:
tblMRreviews
MedicalRecordReviewID
MrreviewDate
ProvID
PtID
PtDOB
tblQuestions
QuestionID
MedicalRecordReviewID
QuestionText
tblOption
OptionID
OptionText
tblScores
ScoreID
QuestionID
OptionID
My problem is I just cannot get my mind around how this works.
I have downloaded and studied and printed the relationship structure and table designs but am still stuck.
Does anyone have a sample of something like a simple survey/questionnaire that has a form/queries that I could look at?
Or other suggestions?
Thank you!
I am designing a database that stores results for medical record audits.
Each record is scored using 52 criteria with possible answer: Yes, No, or Not Applicable.
The final score is calculated on a formula that I will have in a calculated field in a query.
I have searched this forum and found some very excellent threads and samples about surveys/questionnaires (thanks Pat Hartman and others!)
They seem to indicate the best approach is not to have all the results in one table (all the answers) but rather use multiple tables like this:
tblMRreviews
MedicalRecordReviewID
MrreviewDate
ProvID
PtID
PtDOB
tblQuestions
QuestionID
MedicalRecordReviewID
QuestionText
tblOption
OptionID
OptionText
tblScores
ScoreID
QuestionID
OptionID
My problem is I just cannot get my mind around how this works.
I have downloaded and studied and printed the relationship structure and table designs but am still stuck.
Does anyone have a sample of something like a simple survey/questionnaire that has a form/queries that I could look at?
Or other suggestions?
Thank you!
Attachments
Last edited: