I'm trying to design a database which will list our operating procedures (X) in work and all the other operating procedures referenced in the that procedure (Y). Then I want to be able to select the referenced procedures (Y) and see which procedures (X) reference to it.
A good analogy would be movie actors, and all the actors they have worked with. If I have a database showing: Tom Cruise (X) has worked with Dustin Hoffman (Y) & Jamie Foxx (Y), and Robin Williams (X) has worked with Matt Damon (Y) & Dustin Hoffman (Y).
Thats fine, but then afterwards, I want to be able to select Dustin Hoffman and show that he has worked with Tom Cruise & Robin Williams.
I can achieve the first aim using two tables, parent procedures/actors (X) & referenced procedures/actors (Y) and link them in the one form using a subform, but do not know yet how to achieve the second aim. I looked at IIF queries, but ultimately I want this to be simple enough for a non techy user to be able to select any (Y) procedure and see which procedures reference back to it.
Im relatively (read very!) new to access (2003) and looking forward to learning to use it.
A good analogy would be movie actors, and all the actors they have worked with. If I have a database showing: Tom Cruise (X) has worked with Dustin Hoffman (Y) & Jamie Foxx (Y), and Robin Williams (X) has worked with Matt Damon (Y) & Dustin Hoffman (Y).
Thats fine, but then afterwards, I want to be able to select Dustin Hoffman and show that he has worked with Tom Cruise & Robin Williams.
I can achieve the first aim using two tables, parent procedures/actors (X) & referenced procedures/actors (Y) and link them in the one form using a subform, but do not know yet how to achieve the second aim. I looked at IIF queries, but ultimately I want this to be simple enough for a non techy user to be able to select any (Y) procedure and see which procedures reference back to it.
Im relatively (read very!) new to access (2003) and looking forward to learning to use it.