I have been given a flat, only 1 table Access DB to work with. Please could anyone let me know if they my normalisation of this is OK. I have joined all the tables together using tblAssessment at the bottom of the list.
Thanks in advance.
tblRisk
RiskRef PK
RiskDesc
ReviewFreq
tblDept
DeptRef PK
Department
tblProcess
ProcessRef PK
ProcessDesc
tblAssessor
AssessorRef PK
AssessorNam
tblTask
TaskRef PK
Task /Activity
tblPersonAtRisk
PersonRef PK
PersonRef
tblControlMeas
ControlMeasRef PK
ControlMeasure
tblComments
CommentsRef PK
Comments
tblReview
ReviewRef PK
ReviewDT
Severity
Probability
tblMethodUsed
MethodRef PK
MethodDesc
tblAssesment
AssessRef PK
RiskRef FK_tblRisk
DeptRef FK_Dept
ProcessRef FK_tblProcess
AssessorRef FK_tblAssessor
TaskRef FK_tblTask
PersonRef FK_tblPersonAtRisk
ControlMeasRef FK_ControlMeas
CommentsRef FK_tblComments
ReviewRef FK_tblReview
MethodRef FK_tblMethodUsed
Thanks in advance.
tblRisk
RiskRef PK
RiskDesc
ReviewFreq
tblDept
DeptRef PK
Department
tblProcess
ProcessRef PK
ProcessDesc
tblAssessor
AssessorRef PK
AssessorNam
tblTask
TaskRef PK
Task /Activity
tblPersonAtRisk
PersonRef PK
PersonRef
tblControlMeas
ControlMeasRef PK
ControlMeasure
tblComments
CommentsRef PK
Comments
tblReview
ReviewRef PK
ReviewDT
Severity
Probability
tblMethodUsed
MethodRef PK
MethodDesc
tblAssesment
AssessRef PK
RiskRef FK_tblRisk
DeptRef FK_Dept
ProcessRef FK_tblProcess
AssessorRef FK_tblAssessor
TaskRef FK_tblTask
PersonRef FK_tblPersonAtRisk
ControlMeasRef FK_ControlMeas
CommentsRef FK_tblComments
ReviewRef FK_tblReview
MethodRef FK_tblMethodUsed