S
Scoop
I'm trying to put together a database and can't quite come up with a
table structure that accomplishes what I want.
I am basically trying to track projects and tasks associated with each
project. The difficulty I'm having is that there are different types
of projects and each has a pre-defined set of tasks that come from a
master table of tasks. I want to be able to, for any given project,
list all of the tasks that need to be performed and monitor the status
of each task. For the table that stores the status for the tasks, I
want to maintain referential integrity to ensure that a task cannot be
created for a project unless the task is associated with the
particular type of project.
table structure that accomplishes what I want.
I am basically trying to track projects and tasks associated with each
project. The difficulty I'm having is that there are different types
of projects and each has a pre-defined set of tasks that come from a
master table of tasks. I want to be able to, for any given project,
list all of the tasks that need to be performed and monitor the status
of each task. For the table that stores the status for the tasks, I
want to maintain referential integrity to ensure that a task cannot be
created for a project unless the task is associated with the
particular type of project.