K
krini_pop
Hello,
I have a many to many relationship between employees and skills. I
designed a main form based on employees and have a subform based on the
junction table. On the subform I have a combo box in the header that
allows a user to select a category. Based on the category, in the
details section of the form another combo box gets filtered data and
populates the junction table with the employee and skill. That works,
but the problem is that whenever I select a new category.
For example,
Categories: Programming Languages, Personal Characteristics
Under Programming languages you have C++, Java, HTML, etc
Under Personal Characteristics you have Reliable, Hardworking,
Trustworthy, etc
I select Programming languages for the category and in the next combo
box I get C++, Java and so forth. So I select C++ and it is displayed.
Then I select Personal Characteristics and the C++ record is not seen,
there is a blank combobox where it would be displayed like this
Record 1: <blank> where C++ should be
Record 2: Reliable
How can I get it to display all the records for an employee at the same
time and still keep the combo box filtering?
Thanks
Trina
I have a many to many relationship between employees and skills. I
designed a main form based on employees and have a subform based on the
junction table. On the subform I have a combo box in the header that
allows a user to select a category. Based on the category, in the
details section of the form another combo box gets filtered data and
populates the junction table with the employee and skill. That works,
but the problem is that whenever I select a new category.
For example,
Categories: Programming Languages, Personal Characteristics
Under Programming languages you have C++, Java, HTML, etc
Under Personal Characteristics you have Reliable, Hardworking,
Trustworthy, etc
I select Programming languages for the category and in the next combo
box I get C++, Java and so forth. So I select C++ and it is displayed.
Then I select Personal Characteristics and the C++ record is not seen,
there is a blank combobox where it would be displayed like this
Record 1: <blank> where C++ should be
Record 2: Reliable
How can I get it to display all the records for an employee at the same
time and still keep the combo box filtering?
Thanks
Trina