Looked everywhere and can not seem to find the answer, although I thinks its quite basic.
I am wanting to build a car maintenance type database that will help a beginner to do the tasks.
There are many tasks, but each task may and usually does involve other tasks.
For example: the task(1) to change the brake disk involves two other tasks: Task(2)jack car and Task(3) remove wheel.
I want to be able to select the task and show all related tasks preferably in the right order.
I tried copying the task table and creating a join between TaskID and RelatedTaskID and it shows the related tasks, but each task has other related tasks, for example, task(3) needs task(2) done first, but the RelatedTaskID field is already used.
See sample
I am struggling with this one, and would appreciate some advice to get me started I would be grateful!
I am wanting to build a car maintenance type database that will help a beginner to do the tasks.
There are many tasks, but each task may and usually does involve other tasks.
For example: the task(1) to change the brake disk involves two other tasks: Task(2)jack car and Task(3) remove wheel.
I want to be able to select the task and show all related tasks preferably in the right order.
I tried copying the task table and creating a join between TaskID and RelatedTaskID and it shows the related tasks, but each task has other related tasks, for example, task(3) needs task(2) done first, but the RelatedTaskID field is already used.
See sample
I am struggling with this one, and would appreciate some advice to get me started I would be grateful!