G
Guest
Not sure whether this question belogs in this area ...
I have an Issues table that I want to maintain a set of cross-references
relating to a Requirements table; 1 Issue, 0-to-n Requirements. I have
created a "junction" table - Xref - to represent the Issue_ID-Requirement_ID
cross-reference.
From a UI perspective, my main form has the Issue (and it's detail but not
the related requirements). I want to display the related Requirements
descriptions (not the Xref ID data) as rows in a datasheet in a separate form
with the Requirements descriptions as a combo box. For user simpliciity I'd
also like to use the Datasheet controls for selecting an appropriate
Requirement (the combo box limited to the contents of the Requirements
table), and adding and deleting records.
I've tried a number of different combinations with the closest solution
being a subform that performs a query on Xref the based on the passed
Issue_ID (and joined with the Requirements table) to populate the datasheet.
I was also able to pass and display the Issue description (and ID) to the
subform. But I have been unable to figure out how to populate the Xref table
from the Requirements Description combo box on the datasheet without
resorting to coding. Is this possible?
Thanks.
I have an Issues table that I want to maintain a set of cross-references
relating to a Requirements table; 1 Issue, 0-to-n Requirements. I have
created a "junction" table - Xref - to represent the Issue_ID-Requirement_ID
cross-reference.
From a UI perspective, my main form has the Issue (and it's detail but not
the related requirements). I want to display the related Requirements
descriptions (not the Xref ID data) as rows in a datasheet in a separate form
with the Requirements descriptions as a combo box. For user simpliciity I'd
also like to use the Datasheet controls for selecting an appropriate
Requirement (the combo box limited to the contents of the Requirements
table), and adding and deleting records.
I've tried a number of different combinations with the closest solution
being a subform that performs a query on Xref the based on the passed
Issue_ID (and joined with the Requirements table) to populate the datasheet.
I was also able to pass and display the Issue description (and ID) to the
subform. But I have been unable to figure out how to populate the Xref table
from the Requirements Description combo box on the datasheet without
resorting to coding. Is this possible?
Thanks.