D
DontKnow
Hi Guys,
I am tring to design a risk database. The schema that I currently have is
like this:
A ProjectManager table:
PMID - PK
userid (this is used for determining who is logged into the database)
surname
firstname
A Projects table:
ProjectID -PK
ProjectName
A Manage Table:
PMID - PK
ProjectID - PK
date - Date
A Risks table
RiskID -PK
Nameofrisk
mainproblem
A Mitagation Table:
ProjectID PK
RiskID - PK
date -PK
probabilityoffailure
consequence
strategytorepair
newconsequence
newprobability
The requirments are that:
Each Manager is capable of manageing several projects with read and write
access
All other managers not owning a project only have read access.
Each project is capable of having many risks
There is to be a form to be able to select each managers projects ie. a
manger will have a form that has a subform whereby the admin guy can load the
Project Managers with all different projects.
On selection of a project the user is required to see all the different
risks associated with that project.
a seperate form is required for all relavent risks for a project.
Do you think that my schema is capable of producing these outputs. Any
suggestions greatly appreciated. I think it is easier to fix things at the
start(requirments) than waiting until I have built it and then realise the
error of my ways!!
Again any suggestions would be of extreme help!
Cheers,
I am tring to design a risk database. The schema that I currently have is
like this:
A ProjectManager table:
PMID - PK
userid (this is used for determining who is logged into the database)
surname
firstname
A Projects table:
ProjectID -PK
ProjectName
A Manage Table:
PMID - PK
ProjectID - PK
date - Date
A Risks table
RiskID -PK
Nameofrisk
mainproblem
A Mitagation Table:
ProjectID PK
RiskID - PK
date -PK
probabilityoffailure
consequence
strategytorepair
newconsequence
newprobability
The requirments are that:
Each Manager is capable of manageing several projects with read and write
access
All other managers not owning a project only have read access.
Each project is capable of having many risks
There is to be a form to be able to select each managers projects ie. a
manger will have a form that has a subform whereby the admin guy can load the
Project Managers with all different projects.
On selection of a project the user is required to see all the different
risks associated with that project.
a seperate form is required for all relavent risks for a project.
Do you think that my schema is capable of producing these outputs. Any
suggestions greatly appreciated. I think it is easier to fix things at the
start(requirments) than waiting until I have built it and then realise the
error of my ways!!
Again any suggestions would be of extreme help!
Cheers,