At the moment I have a table with a list of actions/tasks about 35 of them.
In another table I have a list of cases. The actions/tasks in the first table need to be common for every case.
The tasks are like a to do list for each case. Once the task is complete its marked as completed against the case.
I need the actions table to be simply a list. As the user will add to this list at times which will then have to be available for every case.
Can anyone recommend how I would go about setting up the database to record what tasks have been completed for which cases?
I was thinking just a running log that captures the caseID and the appropriate actionID along with date completed and so on.
Thank you
In another table I have a list of cases. The actions/tasks in the first table need to be common for every case.
The tasks are like a to do list for each case. Once the task is complete its marked as completed against the case.
I need the actions table to be simply a list. As the user will add to this list at times which will then have to be available for every case.
Can anyone recommend how I would go about setting up the database to record what tasks have been completed for which cases?
I was thinking just a running log that captures the caseID and the appropriate actionID along with date completed and so on.
Thank you