Hello everyone,
I have a many to many relationship as such...
tblRequirements
RequirementID (Autonumber)
tbljunction1
junctionid (autonumber)
RequirementID
AgentID
tblAgents
AgentID (Autonumber)
The main form will be based around the requirement table and infact is already setup. Now what I want to do is create the agent table as a subform.
However if I use tblAgents as my subform when it asks how your going to link master to child I'm going to hit a problem because tblAgents doesn't include a RequirementID field.
So should I use the tlbJunction1 as the subform, but then how do I display tblAgents info?
Cheers in advanced
jam
I have a many to many relationship as such...
tblRequirements
RequirementID (Autonumber)
tbljunction1
junctionid (autonumber)
RequirementID
AgentID
tblAgents
AgentID (Autonumber)
The main form will be based around the requirement table and infact is already setup. Now what I want to do is create the agent table as a subform.
However if I use tblAgents as my subform when it asks how your going to link master to child I'm going to hit a problem because tblAgents doesn't include a RequirementID field.
So should I use the tlbJunction1 as the subform, but then how do I display tblAgents info?
Cheers in advanced
jam