P
Parts Manager
Hello,
I have a table that has over 500 records and those records have a 'taskId'
as the primary key. Each of the records relate to what the task is that can
be done in a project.
What I am looking to accomplish now is have a form where all 500+ tasks show
up with a Yes/No type of check box. The default would be that all tasks
would be checked with a yes. Then the project manager can go through the
list and click off/NO to those tasks that are not needed on this project.
Each project has it's own ID also as the primary key.
I am trying to find out what is the best way to handle this. The table of
projects is set, the table of tasks is set; but I am not sure what would be
the proper way of utilizing a large checklist like I am thinking of. OR, if
there is another way instead of Yes/No and rather a method where just adding
a field in the TASK table to include a yes/no and have the Project list pull
that data out.
Any suggestions or procedure on how to make a table (or use the existing
Task table and Project table) where I can have a form that an end user can
pick and choose what tasks are to be in this project?
My concern is that I don't duplicate data already available in tables and
find a way to make this list of tasks per project. We plan to list all
tasks and then click yes/no in the list; then print out the list so we have
a master plan for the project of what tasks are in this project.
Tim
I have a table that has over 500 records and those records have a 'taskId'
as the primary key. Each of the records relate to what the task is that can
be done in a project.
What I am looking to accomplish now is have a form where all 500+ tasks show
up with a Yes/No type of check box. The default would be that all tasks
would be checked with a yes. Then the project manager can go through the
list and click off/NO to those tasks that are not needed on this project.
Each project has it's own ID also as the primary key.
I am trying to find out what is the best way to handle this. The table of
projects is set, the table of tasks is set; but I am not sure what would be
the proper way of utilizing a large checklist like I am thinking of. OR, if
there is another way instead of Yes/No and rather a method where just adding
a field in the TASK table to include a yes/no and have the Project list pull
that data out.
Any suggestions or procedure on how to make a table (or use the existing
Task table and Project table) where I can have a form that an end user can
pick and choose what tasks are to be in this project?
My concern is that I don't duplicate data already available in tables and
find a way to make this list of tasks per project. We plan to list all
tasks and then click yes/no in the list; then print out the list so we have
a master plan for the project of what tasks are in this project.
Tim