lloydmav
Registered User.
- Local time
- Today, 16:29
- Joined
- Nov 15, 2002
- Messages
- 75
I have a database and have to develop a form which displays information about Action Plans and there tasks, however after playing around for days with listboxes and subforms I can't seem to get them to work. The tables (Action Plans) and (Tasks) aren't directly related. Here's how they are related;
Action Plans>--ChangeType--<TypeTask>--Tasks
These are the Primary and Foreign Keys;
Action Plans(*Action Plans ID,Change Type)
ChangeType(*Change_Type_ID)
TypeTask(*Change Type_ID,*Task ID)
Tasks(*Task ID)
The problem is that there are no related fields between action plans and tasks.
Can anyone think of a way to have Action Plans and Tasks displayed on the form so that when you select a Action Plan, all the tasks related to that action plan are then displayed?
I think that the problem may lie in the way I have structured the relationships but is there any way round this with queries?
Action Plans>--ChangeType--<TypeTask>--Tasks
These are the Primary and Foreign Keys;
Action Plans(*Action Plans ID,Change Type)
ChangeType(*Change_Type_ID)
TypeTask(*Change Type_ID,*Task ID)
Tasks(*Task ID)
The problem is that there are no related fields between action plans and tasks.
Can anyone think of a way to have Action Plans and Tasks displayed on the form so that when you select a Action Plan, all the tasks related to that action plan are then displayed?
I think that the problem may lie in the way I have structured the relationships but is there any way round this with queries?